Commit Graph

  • 2342c4ee14 Update .mailmap with "Michael" Junio C Hamano 2007-04-29 00:22:00 -0700
  • 4e6380e5c3 Do not barf on too long action description Junio C Hamano 2007-04-28 00:15:48 -0700
  • 2bf0054886 Add taboo tool Junio C Hamano 2007-04-29 00:56:05 -0700
  • 5b5fe9a526 Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint Junio C Hamano 2007-04-28 18:15:00 -0700
  • cb2cada6da Catch empty pathnames in trees during fsck Shawn O. Pearce 2007-04-28 20:29:23 -0400
  • aff787b52b Merge branch 'gfi-maint' into gfi-master Shawn O. Pearce 2007-04-28 20:05:58 -0400
  • ec771a7084 Merge commit 'jc/maint' into gfi-maint Shawn O. Pearce 2007-04-28 20:05:20 -0400
  • 475d1b333a Don't allow empty pathnames in fast-import Shawn O. Pearce 2007-04-28 20:01:27 -0400
  • 87859f3443 import-tars: be nice to wrong directory modes Johannes Schindelin 2007-04-29 01:59:47 +0200
  • 26e60160a0 git-svn: Added 'find-rev' command Adam Roben 2007-04-27 11:57:53 -0700
  • bb924cb331 git shortlog documentation: add long options and fix a typo Michele Ballabio 2007-04-27 21:56:47 +0200
  • 4342572600 Merge branch 'maint' Junio C Hamano 2007-04-26 23:29:09 -0700
  • 71e2e5993b Update git-http-fetch documentation Andrew Ruder 2007-04-26 23:59:02 -0500
  • f5158a07d2 Update git-local-fetch documentation Andrew Ruder 2007-04-26 23:59:01 -0500
  • d8190a8ec8 Update git-http-push documentation Andrew Ruder 2007-04-26 23:59:00 -0500
  • a44f88e251 Update -L documentation for git-blame/git-annotate Andrew Ruder 2007-04-26 23:58:59 -0500
  • cf0d720b7f Update git-grep documentation Andrew Ruder 2007-04-26 23:58:58 -0500
  • 2bc060cc6f Update git-fmt-merge documentation Andrew Ruder 2007-04-26 23:58:57 -0500
  • 42905294de Document additional options for git-fetch Andrew Ruder 2007-04-26 23:58:56 -0500
  • 4551d05fe4 Removing -n option from git-diff-files documentation Andrew Ruder 2007-04-26 23:58:55 -0500
  • c855195cd0 post-receive-email example hook: sed command for getting description was wrong Andy Parkins 2007-04-26 22:37:16 +0100
  • 024e5b31af post-receive-email example hook: detect rewind-only updates and output sensible message Andy Parkins 2007-04-26 22:36:24 +0100
  • 8e404f82ab post-receive-email example hook: fastforward should have been fast_forward Andy Parkins 2007-04-26 22:35:39 +0100
  • 0d5e6c9781 Ignore merged status of the file-level merge Alex Riesen 2007-04-26 21:13:49 +0200
  • 8a35981927 Add a test for merging changed and rename-changed branches Alex Riesen 2007-04-25 22:07:45 +0200
  • c135ee88f8 Avoid excessive rewrites in merge-recursive Alex Riesen 2007-04-25 22:06:59 +0200
  • 6169a89c4f Merge branch 'maint' Junio C Hamano 2007-04-25 23:31:45 -0700
  • 8abe88a29c Start preparing for 1.5.1.3 Junio C Hamano 2007-04-25 23:27:07 -0700
  • bf7af11674 Sanitize @to recipients. Robin H. Johnson 2007-04-25 21:53:22 -0700
  • 56973d20c1 git-svn: Ignore usernames in URLs in find_by_url Adam Roben 2007-04-25 12:42:58 -0700
  • a7b02ccf9a Add --date={local,relative,default} Junio C Hamano 2007-04-24 23:36:22 -0700
  • 03044a9854 Document --dry-run and envelope-sender for git-send-email. Robin H. Johnson 2007-04-25 19:37:23 -0700
  • f073a592d6 Allow users to optionally specify their envelope sender. Robin H. Johnson 2007-04-25 19:37:22 -0700
  • 2b69bfc23d Ensure clean addresses are always used with Net::SMTP Robin H. Johnson 2007-04-25 19:37:21 -0700
  • c38f0247a8 Validate @recipients before using it for sendmail and Net::SMTP. Robin H. Johnson 2007-04-25 19:37:20 -0700
  • 732263d411 Perform correct quoting of recipient names. Robin H. Johnson 2007-04-25 19:37:19 -0700
  • af068d2742 Change the scope of the $cc variable as it is not needed outside of send_message. Robin H. Johnson 2007-04-25 19:37:18 -0700
  • 8e3d436b0b Debugging cleanup improvements Robin H. Johnson 2007-04-25 19:37:17 -0700
  • 71c7da9421 Prefix Dry- to the message status to denote dry-runs. Robin H. Johnson 2007-04-25 19:37:16 -0700
  • 238cc6352e Document --dry-run parameter to send-email. Robin H. Johnson 2007-04-25 19:37:15 -0700
  • b03c7a63a0 git-svn: Don't rely on $_ after making a function call Adam Roben 2007-04-25 11:50:32 -0700
  • c21aa54e19 Fix handle leak in write_tree Alex Riesen 2007-04-26 00:28:17 +0200
  • d1efefa46f Actually handle some-low memory conditions Shawn O. Pearce 2007-04-25 04:02:27 -0400
  • 3e0a93a5bf init_buffer(): Kill buf pointer Luiz Fernando N. Capitulino 2007-04-25 11:18:41 -0300
  • 79dbbedd78 core-tutorial: minor fixes Luiz Fernando N. Capitulino 2007-04-25 11:18:28 -0300
  • 3511a3774e read_cache_from(): small simplification Luiz Fernando N. Capitulino 2007-04-25 11:18:17 -0300
  • efbc583126 entry.c: Use const qualifier for 'struct checkout' parameters Luiz Fernando N. Capitulino 2007-04-25 11:18:08 -0300
  • cc2903fc70 remove_subtree(): Use strerror() when possible Luiz Fernando N. Capitulino 2007-04-25 11:17:56 -0300
  • aa4ed402c9 Add 'filter' attribute and external filter driver definition. Junio C Hamano 2007-04-21 03:14:13 -0700
  • 3fed15f568 Add 'ident' conversion. Junio C Hamano 2007-04-21 19:09:02 -0700
  • da94faf671 Merge branch 'jc/the-index' Junio C Hamano 2007-04-24 22:13:22 -0700
  • 7c9375e7d1 Merge branch 'mk/diff' Junio C Hamano 2007-04-24 22:12:48 -0700
  • b01c7c0ee3 Merge branch 'maint' Junio C Hamano 2007-04-24 22:07:34 -0700
  • 61397d4b8d Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-04-24 22:02:38 -0700
  • ce11873921 Remove usernames from all commit messages, not just when using svmprops Adam Roben 2007-04-24 18:02:07 -0700
  • a402ae1a39 TODO: add unified "fetch" Junio C Hamano 2007-04-24 16:12:57 -0700
  • 7d4f4a2f0d applymbox & quiltimport: typofix. Junio C Hamano 2007-04-24 14:27:00 -0700
  • b9d14ffbf1 gitattributes documentation: clarify overriding Junio C Hamano 2007-04-24 13:46:02 -0700
  • 00be8dcc1a fast-import: size_t vs ssize_t Sami Farin 2007-04-24 22:56:02 +0300
  • dcd3d6998d Mention repo.or.cz in TODO Junio C Hamano 2007-04-24 13:13:51 -0700
  • ed533c7ecc TODO updates Junio C Hamano 2007-04-24 13:04:40 -0700
  • 8b6010734f typofix MaintNotes Junio C Hamano 2007-04-24 13:04:34 -0700
  • 886a39074b t/test-lib.sh: Protect ourselves from common misconfiguration that exports CDPATH to the environment Junio C Hamano 2007-04-24 11:21:47 -0700
  • 46f6178a3f fix importing of subversion tars Uwe Kleine-König 2007-04-24 13:51:04 +0200
  • b51b8bbf14 Create a sysconfdir variable, and use it for ETC_GITCONFIG Josh Triplett 2007-04-24 00:51:35 -0700
  • 43342941dd Diff between two blobs should take mode changes into account now. Junio C Hamano 2007-04-22 23:56:22 -0700
  • 01618a3ab1 use mode of the tree in git-diff, if <tree>:<file> syntax is used Martin Koegler 2007-04-22 18:44:00 +0200
  • bb6c2fba41 store mode in rev_list, if <tree>:<filename> syntax is used Martin Koegler 2007-04-22 18:43:59 +0200
  • e5709a4a68 add add_object_array_with_mode Martin Koegler 2007-04-22 18:43:58 +0200
  • a0cd87a570 add get_sha1_with_mode Martin Koegler 2007-04-23 22:55:05 +0200
  • 40689ae1ef Add S_IFINVALID mode Martin Koegler 2007-04-22 18:43:56 +0200
  • 520d7e278c Merge branch 'maint' Junio C Hamano 2007-04-24 00:08:16 -0700
  • afb5f39e24 git-fetch: Fix "argument list too long" OGAWA Hirofumi 2007-04-24 04:26:26 +0900
  • 41728d6942 Documentation/git-reset.txt: suggest git commit --amend in example. Gerrit Pape 2007-04-23 12:06:29 +0000
  • bbc6354171 Build RPM with ETC_GITCONFIG=/etc/gitconfig Junio C Hamano 2007-04-23 23:17:41 -0700
  • f20db5ff30 git-gui: Correctly handle UTF-8 encoded commit messages Shawn O. Pearce 2007-04-24 02:11:40 -0400
  • b88121c802 Meta/Make: specify ETC_GITCONFIG explicitly Junio C Hamano 2007-04-23 23:11:08 -0700
  • 3d575ef770 dodoc - create leading directory when installing Junio C Hamano 2007-04-23 23:10:15 -0700
  • ce748f5992 Ignore all man sections as they are generated files. Brian Gernhardt 2007-04-23 20:02:34 -0400
  • 6777c3806d Fix typo in git-am: s/Was is/Was it/ Josh Triplett 2007-04-23 17:32:04 -0700
  • 2122591b3b Add clean.requireForce option, and add -f option to git-clean to override it Josh Triplett 2007-04-23 17:18:16 -0700
  • ab69e89c7e t6030: grab commit object name as we go Junio C Hamano 2007-04-23 22:10:47 -0700
  • bd4b0aeb1f t5302: avoid using tail -c Junio C Hamano 2007-04-23 22:05:22 -0700
  • 557b1e0da5 t4201: Do not display weird characters on the terminal Johannes Schindelin 2007-04-23 20:46:21 +0200
  • 4c474b6f92 add file checkout progress Nicolas Pitre 2007-04-23 13:17:19 -0400
  • 81178fe48c Reverse the order of -b and --track in the man page. Brian Gernhardt 2007-04-23 19:56:45 -0400
  • c7f34c180b dir.c(common_prefix): Fix two bugs Johannes Schindelin 2007-04-23 10:21:25 +0200
  • 2cc3167c68 Document "diff=driver" attribute Junio C Hamano 2007-04-23 00:21:02 -0700
  • 4aab5b46f4 Make read-cache.c "the_index" free. Junio C Hamano 2007-04-01 23:26:07 -0700
  • 228e94f935 Move index-related variables into a structure. Junio C Hamano 2007-04-01 18:14:06 -0700
  • 4280cde95f gitweb: Show "no difference" message for empty diff v1.5.2-rc0 Martin Koegler 2007-04-22 22:49:25 -0700
  • 55a9137d8a delay progress display when checking out files Nicolas Pitre 2007-04-20 15:27:44 -0400
  • 180a9f2268 provide a facility for "delayed" progress reporting Nicolas Pitre 2007-04-20 15:05:27 -0400
  • 13aaf14825 make progress "title" part of the common progress interface Nicolas Pitre 2007-04-20 14:10:07 -0400
  • 96a02f8f6d common progress display support Nicolas Pitre 2007-04-18 14:27:45 -0400
  • f1af60bdba Support 'diff=pgm' attribute Junio C Hamano 2007-04-22 17:52:55 -0700
  • d83c9af5c6 pack-objects: make generated packfile read-only Junio C Hamano 2007-04-22 19:00:16 -0700
  • a5878961b1 Update tests not to assume that generated packfiles are writable. Junio C Hamano 2007-04-22 18:59:34 -0700
  • b6b32ccb92 Fix 'quickfix' on pack-objects. Junio C Hamano 2007-04-22 12:28:34 -0700
  • aef5aedd85 pack-objects: quickfix for permission modes. Junio C Hamano 2007-04-22 11:49:35 -0700