Commit Graph

  • be4b37b9ad Merge branch 'lt/maint-rev-list-gitlink' into maint Junio C Hamano 2007-11-24 18:03:20 -0800
  • bc2b8eafaf Merge branch 'jc/maint-add-sync-stat' into maint Junio C Hamano 2007-11-24 18:03:04 -0800
  • d1c7cd13dc Merge branch 'jc/maint-format-patch-encoding' into maint Junio C Hamano 2007-11-24 18:02:30 -0800
  • 18a135f419 Merge branch 'bs/maint-t7005' into maint Junio C Hamano 2007-11-24 18:01:46 -0800
  • 89919f4f57 Merge branch 'bs/maint-commit-options' into maint Junio C Hamano 2007-11-24 17:54:08 -0800
  • 87194d26d9 Deprecate peek-remote Junio C Hamano 2007-11-24 17:41:18 -0800
  • 91af7ae54f core.whitespace: documentation updates. Junio C Hamano 2007-11-24 11:57:41 -0800
  • d5a4164140 builtin-apply: teach whitespace_rules Junio C Hamano 2007-11-23 20:14:20 -0800
  • 29cc0ef1ab t4119: correct overeager war-on-whitespace Junio C Hamano 2007-11-23 20:13:41 -0800
  • fd200790dc Merge branch 'jk/send-pack' Junio C Hamano 2007-11-24 16:45:37 -0800
  • 6c6ea3800d Merge branch 'sb/clean' Junio C Hamano 2007-11-24 16:31:34 -0800
  • ab002e34e2 Merge branch 'js/mingw-fallouts' Junio C Hamano 2007-11-24 16:31:25 -0800
  • 25f3cd527d Merge branch 'mh/rebase-skip-hard' Junio C Hamano 2007-11-24 16:31:08 -0800
  • faf8280850 Merge branch 'cc/bisect' Junio C Hamano 2007-11-24 16:31:02 -0800
  • 81bf96bb2e builtin-apply: rename "whitespace" variables and fix styles Junio C Hamano 2007-11-23 02:37:03 -0800
  • f81117b84d Merge branch 'maint' Junio C Hamano 2007-11-22 23:25:42 -0800
  • 7a3db75bee Fix sample pre-commit hook Junio C Hamano 2007-11-22 23:25:19 -0800
  • b468f0ce48 Add a few more tests for git-commit Junio C Hamano 2007-11-22 16:21:49 -0800
  • bd46c9a912 builtin-tag: accept and process multiple -m just like git-commit Junio C Hamano 2007-11-22 23:16:51 -0800
  • 3f7dfe77b7 git-branch --contains: doc and test Junio C Hamano 2007-11-18 22:22:00 -0800
  • 694a577519 git-branch --contains=commit Junio C Hamano 2007-11-07 14:58:09 -0800
  • dd3bf0f4a5 parse-options: Allow to hide options from the default usage. Pierre Habouzit 2007-11-19 10:21:44 +0100
  • 12db334e75 git-add -i: allow multiple selection in patch subcommand Junio C Hamano 2007-11-22 01:47:13 -0800
  • 31e7bded60 Addendum to "MaintNotes" Junio C Hamano 2007-11-22 06:08:39 -0500
  • 99a1269458 builtin-commit: Include the diff in the commit message when verbose. Kristian Høgsberg 2007-11-21 21:54:49 -0500
  • 2888605c64 builtin-commit: fix partial-commit support Junio C Hamano 2007-11-18 01:52:55 -0800
  • b6ec1d619f Fix add_files_to_cache() to take pathspec, not user specified list of files Junio C Hamano 2007-11-18 01:12:04 -0800
  • ee425e4643 Export three helper functions from ls-files Junio C Hamano 2007-11-18 01:13:32 -0800
  • e06ad5ffb9 builtin-commit: run commit-msg hook with correct message file Junio C Hamano 2007-11-18 12:21:17 -0800
  • bc5d248a9f builtin-commit: do not color status output shown in the message template Junio C Hamano 2007-11-18 12:01:38 -0800
  • a50f9fc5fe file_exists(): dangling symlinks do exist Junio C Hamano 2007-11-18 01:58:16 -0800
  • 637efc3456 Replace "runstatus" with "status" in the tests Johannes Schindelin 2007-11-15 06:27:57 +0000
  • 1200993a1e t7501-commit: Add test for git commit <file> with dirty index. Kristian Høgsberg 2007-11-15 09:49:58 -0500
  • 18abc2dba4 builtin-commit: Clean up an unused variable and a debug fprintf(). Kristian Høgsberg 2007-11-14 10:31:53 -0500
  • ef12b50d0c Call refresh_cache() when updating the user index for --only commits. Kristian Høgsberg 2007-11-12 15:48:22 -0500
  • 129fa60636 builtin-commit: Add newline when showing which commit was created Johannes Schindelin 2007-11-11 17:36:52 +0000
  • f9568530c9 builtin-commit: resurrect behavior for multiple -m options Johannes Schindelin 2007-11-11 17:36:39 +0000
  • 2150554b0e builtin-commit --s: add a newline if the last line was not a S-o-b Johannes Schindelin 2007-11-11 17:36:27 +0000
  • 13208572fb builtin-commit: fix --signoff Johannes Schindelin 2007-11-11 17:35:58 +0000
  • 367c98866c git status: show relative paths when run in a subdirectory Johannes Schindelin 2007-11-11 17:35:41 +0000
  • d37d320386 builtin-commit: Refresh cache after adding files. Kristian Høgsberg 2007-11-09 11:40:27 -0500
  • 741707b1e2 builtin-commit: fix reflog message generation Johannes Schindelin 2007-11-08 12:15:26 +0000
  • e97c9ad96b launch_editor(): read the file, even when EDITOR=: Johannes Schindelin 2007-11-08 14:06:52 +0000
  • f5bbc3225c Port git commit to C. Kristian Høgsberg 2007-11-08 11:59:00 -0500
  • 943316e96c Export launch_editor() and make it accept ':' as a no-op editor. Kristian Høgsberg 2007-11-02 11:33:08 -0400
  • d63c2fd192 Add testcase for amending and fixing author in git commit. Kristian Høgsberg 2007-11-02 11:33:06 -0400
  • 193f7e98da Make test scripts executable. Junio C Hamano 2007-11-22 16:52:17 -0800
  • fa30383642 Merge branch 'maint' Junio C Hamano 2007-11-22 16:51:18 -0800
  • 958e67c0a8 Make test scripts executable. Junio C Hamano 2007-11-22 16:48:55 -0800
  • 6047a234c5 rebase -i: move help to end of todo file Johannes Schindelin 2007-11-22 12:30:10 +0000
  • c5546e88fe bundle create: keep symbolic refs' names instead of resolving them Johannes Schindelin 2007-11-22 12:24:59 +0000
  • a00a42ae33 git-merge-ours: make it a builtin. Thomas Harning 2007-11-22 15:19:40 -0500
  • b53a191901 git-gui: update it.po and glossary/it.po Michele Ballabio 2007-11-22 11:46:21 +0100
  • 208320de80 git-gui: fix a typo in lib/commit.tcl Michele Ballabio 2007-11-22 16:20:08 +0100
  • 4c8416847a Add path-limiting to git-add--interactive Wincent Colaiuta 2007-11-22 02:36:24 +0100
  • 7c0ab44589 Teach builtin-add to pass multiple paths to git-add--interactive Wincent Colaiuta 2007-11-22 01:02:52 +0100
  • a7d9da6c97 Refactor patch_update_cmd Wincent Colaiuta 2007-11-21 13:36:38 +0100
  • 5f5b611805 Authenticate only once in git-send-email Wincent Colaiuta 2007-11-21 13:35:05 +0100
  • 060009b419 Merge git://git.bogomips.org/git-svn Junio C Hamano 2007-11-22 00:34:49 -0800
  • f8b6809d52 Fix "quote" misconversion for rewrite diff output. Junio C Hamano 2007-11-21 23:06:44 -0800
  • a5460eb7bb git-svn: allow `info' command to work offline Eric Wong 2007-11-21 18:20:57 -0800
  • 8b014d7157 git-svn: info --url [path] David D. Kilzer 2007-11-21 11:57:19 -0800
  • e6fefa926d git-svn info: implement info command David D. Kilzer 2007-11-21 11:57:18 -0800
  • b2b3ada7fc git-svn: extract reusable code into utility functions David D. Kilzer 2007-11-20 22:43:17 -0800
  • 8d92f24852 t9106: fix a race condition that caused svn to miss modifications Eric Wong 2007-11-21 00:57:33 -0800
  • d794d9e70e Merge git://repo.or.cz/git-gui Junio C Hamano 2007-11-21 00:00:56 -0800
  • 183f84365d git-p4: Fix typo in --detect-labels Shun Kei Leung 2007-11-21 11:01:19 +0800
  • 07f507155d send-pack: cluster ref status reporting Jeff King 2007-11-20 06:18:01 -0500
  • b9c506f7d9 avoid "defined but not used" warning for fetch_objs_via_walker Jeff King 2007-11-18 03:17:23 -0500
  • 41188dd1a8 git-gui 0.9.0 gitgui-0.9.0 Shawn O. Pearce 2007-11-21 02:10:03 -0500
  • 2ce1a1f23f Merge branch 'maint' Junio C Hamano 2007-11-20 23:00:07 -0800
  • 8641ee3dcb send-email: add transfer encoding header with content-type Jeff King 2007-11-20 07:54:04 -0500
  • 8e97399149 git-compat-util.h: auto-adjust to compiler support of FLEX_ARRAY a bit better Junio C Hamano 2007-11-20 12:08:06 -0800
  • 137a0d0ef5 Flush progress message buffer in display(). Johannes Sixt 2007-11-19 20:48:58 +0100
  • 2439755630 autoconf: Add tests for memmem, strtoumax and mkdtemp functions Jakub Narebski 2007-11-19 19:47:05 +0100
  • 9d06674570 gitweb: Put project README in div.readme, fix its padding Jakub Narebski 2007-11-19 14:16:12 +0100
  • 591ebf6595 gitweb: Style all tables using CSS Jakub Narebski 2007-11-19 14:16:11 +0100
  • 7ac1752929 send-email: Don't add To: recipients to the Cc: header Ask Bjørn Hansen 2007-11-19 03:00:26 -0800
  • fce0499fad Bisect reset: do nothing when not bisecting. Christian Couder 2007-11-20 06:39:53 +0100
  • 97e92e2cbc Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys. Matthieu Moy 2007-11-19 19:25:11 +0100
  • dec9230941 config: clarify compression defaults Brian Downing 2007-11-19 10:58:51 -0600
  • de1b24609b config: correct core.loosecompression documentation Brian Downing 2007-11-19 10:58:50 -0600
  • 59adeef48f gitview: import only one of gtksourceview and gtksourceview2 Anton Gyllenberg 2007-11-19 12:37:16 +0200
  • b7f30e0a97 git-send-email: show all headers when sending mail David D. Kilzer 2007-11-18 20:14:55 -0800
  • 5d1d1c1479 Merge branch 'maint' Junio C Hamano 2007-11-19 00:19:15 -0800
  • 8d3f174310 Further clarify clean.requireForce changes Wincent Colaiuta 2007-11-19 09:06:31 +0100
  • 154c7d0759 Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint Junio C Hamano 2007-11-18 23:56:01 -0800
  • 3968658599 Make builtin-tag.c use parse_options. Carlos Rica 2007-11-09 14:42:56 +0100
  • 1617adc7a0 Teach git clean to use setup_standard_excludes() Shawn Bohrer 2007-11-14 23:00:54 -0600
  • 625db1b753 git-clean: Fix error message if clean.requireForce is not set. Junio C Hamano 2007-11-12 21:13:05 -0800
  • 113f10f22f Make git-clean a builtin Shawn Bohrer 2007-11-11 19:48:47 -0600
  • 62ba5143ec Move gitk to its own subdirectory Junio C Hamano 2007-11-17 10:51:16 -0800
  • 605b4978a1 refactor fetch's ref matching to use refname_match() Steffen Prohaska 2007-11-11 15:01:48 +0100
  • ae36bdcf51 push: use same rules as git-rev-parse to resolve refspecs Steffen Prohaska 2007-11-11 15:01:47 +0100
  • 79803322c1 add refname_match() Steffen Prohaska 2007-11-11 15:01:46 +0100
  • 47d996a20c push: support pushing HEAD to real branch name Steffen Prohaska 2007-11-11 15:35:07 +0100
  • c251005c7a Documentation: Fix references to deprecated commands J. Bruce Fields 2007-11-18 20:50:57 -0500
  • 6459c7c678 Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting. Christian Couder 2007-11-18 16:34:03 +0100
  • ea55960518 Update draft release notes for 1.5.4 Junio C Hamano 2007-11-18 16:24:14 -0800
  • 5b98d9bca1 user-manual: mention "..." in "Generating diffs", etc. J. Bruce Fields 2007-11-18 19:18:27 -0500