Commit Graph

  • 41f13af558 Remove empty directories in recursive merge Alex Riesen 2008-09-25 22:12:45 +0200
  • fee75457fc Documentation: clarify the details of overriding LESS via core.pager Chris Frey 2008-09-24 19:21:28 -0400
  • ed70e4d7db git-gui: Show/hide "Sign Off" based on nocommitmsg option Shawn O. Pearce 2008-09-26 07:44:40 -0700
  • 30ef1d812c Merge branch 'maint' Shawn O. Pearce 2008-09-26 07:07:40 -0700
  • dd87558f58 git-gui: Help identify aspell version on Windows too Gustaf Hendeby 2008-09-25 23:31:22 +0200
  • ed520a8f27 Merge branch 'mv/merge-recursive' Shawn O. Pearce 2008-09-25 09:49:19 -0700
  • 1ad6d46235 Merge branch 'jc/alternate-push' Shawn O. Pearce 2008-09-25 09:39:24 -0700
  • 6ef1daf772 Merge branch 'am/status' Shawn O. Pearce 2008-09-25 09:32:49 -0700
  • d22d53db65 Merge branch 'pb/autocorrect-wrapper' Shawn O. Pearce 2008-09-25 09:23:48 -0700
  • 1fa24f8f3d Merge branch 'mv/commit-tree' Shawn O. Pearce 2008-09-25 09:16:33 -0700
  • 81b84bcbe3 Merge branch 'jc/apply-include-exclude' Shawn O. Pearce 2008-09-25 09:09:41 -0700
  • 58245a5e40 Merge branch 'jc/safe-c-l-d' Shawn O. Pearce 2008-09-25 08:50:01 -0700
  • ec3e97b84e gitweb: shortlog now also obeys $hash_parent Giuseppe Bilotta 2008-08-08 16:12:11 +0200
  • de81343562 Merge branch 'ho/dirstat-by-file' Shawn O. Pearce 2008-09-25 08:41:42 -0700
  • 1500f7bc13 Merge git://repo.or.cz/git-gui Shawn O. Pearce 2008-09-25 08:41:07 -0700
  • c9c6cc8d7d Merge branch 'maint' Shawn O. Pearce 2008-09-25 08:27:53 -0700
  • 93feb4bb14 Update release notes for 1.6.0.3 Shawn O. Pearce 2008-09-25 08:27:41 -0700
  • baede9f803 Fix submodule sync with relative submodule URLs Johan Herland 2008-09-22 18:08:31 +0200
  • 064bfbde45 graph.c: make many functions static Nanako Shiraishi 2008-09-25 18:41:08 +0900
  • 697d7f5dad remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static. Nanako Shiraishi 2008-09-25 18:41:00 +0900
  • 7fe4a728a1 checkout: Do not show local changes when in quiet mode Jonas Fonseca 2008-09-25 10:35:38 +0200
  • 85cf643f1b for-each-ref: Fix --format=%(subject) for log message without newlines Johan Herland 2008-09-25 01:10:54 +0200
  • 3b9b1163c0 git-web--browse: Support for using /bin/start on MinGW Petr Baudis 2008-09-24 23:52:39 +0200
  • 3e34838caf git-gui: Reenable staging unmerged files by clicking the icon. Alexander Gavrilov 2008-09-20 12:19:18 +0400
  • 6fc835a3f3 git-gui: Support the encoding menu in gui blame. Alexander Gavrilov 2008-09-18 01:07:36 +0400
  • a1c3feb7fa git-gui: Optimize encoding name resolution using a lookup table. Alexander Gavrilov 2008-09-18 01:07:35 +0400
  • 3fe0162362 git-gui: Allow forcing display encoding for diffs using a submenu. Alexander Gavrilov 2008-09-18 01:07:34 +0400
  • 50102c5687 git-gui: Add a menu of available encodings. Alexander Gavrilov 2008-09-18 01:07:33 +0400
  • 72e6b00202 git-gui: Cleanup handling of the default encoding. Alexander Gavrilov 2008-09-18 01:07:32 +0400
  • 696235c6c1 git-gui: Assume `blame --incremental` output is in UTF-8 Shawn O. Pearce 2008-01-23 00:39:50 -0500
  • 1ffca60f0b git-gui: Use gitattribute "encoding" for file content display Shawn O. Pearce 2008-01-23 00:37:10 -0500
  • 2cd1fd1f6d git-gui: Add support for calling out to the prepare-commit-msg hook Joshua Williams 2008-09-24 14:11:53 -0500
  • 1e02b32e72 git-gui: Hide commit related UI during citool --nocommit Shawn O. Pearce 2008-09-24 09:48:20 -0700
  • 1e65c6225d git-gui: Add more integration options to citool. Alexander Gavrilov 2008-09-12 22:43:49 +0400
  • da65e7c133 git-stash.sh: don't default to refs/stash if invalid ref supplied Brandon Casey 2008-09-23 18:57:09 -0500
  • e2b850b2da Fixed some grammatical errors in git-rebase.txt documentation. Garry Dolley 2008-09-24 02:51:27 -0700
  • dc4179f9a7 maint: check return of split_cmdline to avoid bad config strings Deskin Miller 2008-09-22 11:06:41 -0400
  • c4275591fb Merge branch 'maint' Junio C Hamano 2008-09-23 02:05:35 -0700
  • db87e3960c builtin-prune.c: prune temporary packs in <object_dir>/pack directory Brandon Casey 2008-09-22 18:34:26 -0500
  • fdac6692a0 t4018-diff-funcname: test syntax of builtin xfuncname patterns Brandon Casey 2008-09-22 18:26:20 -0500
  • 4be4680cbb Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix Junio C Hamano 2008-09-22 20:01:33 -0700
  • e3bf5e43fd t4018-diff-funcname: test syntax of builtin xfuncname patterns Brandon Casey 2008-09-22 18:19:05 -0500
  • 572c1f1c62 What's in/cooking Junio C Hamano 2008-09-22 12:41:48 -0700
  • 8b4eb6b6cd Do not perform cross-directory renames when creating packs Petr Baudis 2008-09-22 19:20:21 +0200
  • c76dc9592d Merge branch 'maint' Junio C Hamano 2008-09-22 09:41:43 -0700
  • 18309f4c3e Use dashless git commands in setgitperms.perl Todd Zullinger 2008-09-22 07:30:08 -0400
  • 79bbc7fb07 git-remote: do not use user input in a printf format string Johannes Sixt 2008-09-22 13:03:25 +0200
  • 7d20e2189e make "git remote" report multiple URLs Michael J Gruber 2008-09-22 10:57:51 +0200
  • 2beec89733 git-svn: do a partial rebuild if rev_map is out-of-date Deskin Miller 2008-09-15 21:12:58 -0400
  • 9747deb7e1 git-svn: testcase for partial rebuild Deskin Miler 2008-09-18 17:55:14 -0400
  • 666599d798 Merge branch 'db/maint-checkout-b' Junio C Hamano 2008-09-21 23:50:05 -0700
  • 494202524f t5510: test "git fetch" following tags minimally Junio C Hamano 2008-09-21 23:50:01 -0700
  • 352eadc400 Check early that a new branch is new and valid Daniel Barkalow 2008-09-21 14:36:06 -0400
  • 3945d2c052 gitk: Add untranslated error messages to translation Christian Stimming 2008-09-12 11:39:43 +0200
  • b8a640ee1a gitk: Fix a bug in collapsing deeply nested trees Alexander Gavrilov 2008-09-08 11:28:16 +0400
  • d277e89f87 gitk: Use <Button-2> for context menus on OSX Paul Mackerras 2008-09-21 18:11:37 -0500
  • 92bb978541 Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix Junio C Hamano 2008-09-20 18:36:22 -0700
  • 96d1a8e9d4 diff hunk pattern: fix misconverted "\{" tex macro introducers Junio C Hamano 2008-09-20 15:30:12 -0700
  • fe33b333af Update draft release notes to 1.6.1 Junio C Hamano 2008-09-20 01:01:30 -0700
  • 3d8dccd74a diff: fix "multiple regexp" semantics to find hunk header comment Junio C Hamano 2008-09-20 00:52:11 -0700
  • 1883a0d3b7 diff: use extended regexp to find hunk headers Junio C Hamano 2008-09-19 23:52:49 -0700
  • cd0843198f Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix Junio C Hamano 2008-09-19 23:51:01 -0700
  • 6a6baf9b4e diff: use extended regexp to find hunk headers Junio C Hamano 2008-09-19 23:45:04 -0700
  • 34a5d35bbd Merge branch 'maint' Junio C Hamano 2008-09-19 23:15:44 -0700
  • cc185a6a8a Start draft release notes for 1.6.0.3 Junio C Hamano 2008-09-19 23:15:13 -0700
  • 8d11fdeaf6 git-repack uses --no-repack-object, not --no-repack-delta. Mikael Magnusson 2008-09-19 15:43:48 +0200
  • 597faa00fd Typo "bogos" in format-patch error message. Mikael Magnusson 2008-09-19 15:42:30 +0200
  • 02ed24580e builtin-clone: fix typo Fabrizio Chiarello 2008-09-19 14:07:26 +0200
  • 264e0b9a3c Bust the ghost of long-defunct diffcore-pathspec. Yann Dirson 2008-09-19 22:12:53 +0200
  • 05e8b3d6f4 bash: use for-each-ref format 'refname:short' SZEDER Gábor 2008-09-20 00:15:25 +0200
  • aa5735bed4 completion: git commit should list --interactive Eric Raible 2008-09-10 17:40:20 -0700
  • c3d96120cb What's cooking 2008-09 #03 Junio C Hamano 2008-09-19 13:55:07 -0700
  • dde4af4313 Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix Junio C Hamano 2008-09-18 20:32:50 -0700
  • 3791f77c28 Merge branch 'maint' Junio C Hamano 2008-09-18 20:30:12 -0700
  • e69a6f47c4 Merge branch 'jc/diff-prefix' Junio C Hamano 2008-09-18 20:30:07 -0700
  • c4398286fa Merge branch 'np/pack' Junio C Hamano 2008-09-18 20:19:30 -0700
  • 8435bdfdc3 Merge branch 'bw/shortref' Junio C Hamano 2008-09-18 20:18:44 -0700
  • a1e3c2c198 Merge branch 'rs/decorate' Junio C Hamano 2008-09-18 20:18:41 -0700
  • b805ef08e6 Merge branch 'tr/rev-list-reverse' Junio C Hamano 2008-09-18 20:18:37 -0700
  • cb2c7daf52 Merge branch 'cc/bisect' Junio C Hamano 2008-09-18 20:18:32 -0700
  • 4c048e358c Merge branch 'jc/setlinebuf-setvbuf' Junio C Hamano 2008-09-18 20:18:27 -0700
  • f3b63d7ee8 Additionally build JCH private edition Junio C Hamano 2008-09-18 20:12:40 -0700
  • a1f4ea0861 What's cooking/in 2008 Sep #2 Junio C Hamano 2008-09-18 20:12:10 -0700
  • 45d9414fa5 diff.*.xfuncname which uses "extended" regex's for hunk header selection Brandon Casey 2008-09-18 17:44:33 -0500
  • a013585b20 diff.c: associate a flag with each pattern and use it for compiling regex Brandon Casey 2008-09-18 17:42:48 -0500
  • 45e7ca0f0e diff.c: return pattern entry pointer rather than just the hunk header pattern Brandon Casey 2008-09-18 17:40:48 -0500
  • ea2408bfe1 Merge branch 'dp/maint-rebase-fix' into maint Junio C Hamano 2008-09-18 19:53:25 -0700
  • 2ba3d5d9bd Merge branch 'jc/maint-checkout-keep-remove' into maint Junio C Hamano 2008-09-18 19:53:22 -0700
  • 01409bbf75 Merge branch 'jc/maint-diff-quiet' into maint Junio C Hamano 2008-09-18 19:53:12 -0700
  • a3fcc0562c Merge branch 'jc/maint-name-hash-clear' into maint Junio C Hamano 2008-09-18 19:53:06 -0700
  • f99b1d23bb Merge branch 'jc/maint-template-permbits' into maint Junio C Hamano 2008-09-18 19:53:01 -0700
  • 6380d128ed Merge branch 'mh/maint-honor-no-ssl-verify' into maint Junio C Hamano 2008-09-18 19:52:57 -0700
  • e32c0a9c38 sha1_file: link() returns -1 on failure, not errno Thomas Rast 2008-09-19 00:24:46 +0200
  • b99b5b40cf Make git archive respect core.autocrlf when creating zip format archives Charles Bailey 2008-09-18 21:01:20 +0100
  • f1265cc9ff Add new test to demonstrate git archive core.autocrlf inconsistency Charles Bailey 2008-09-18 21:01:13 +0100
  • 53c3967647 gitweb: avoid warnings for commits without body Joey Hess 2008-09-05 14:26:29 -0400
  • c882c01ef9 Clarified gitattributes documentation regarding custom hunk header. Garry Dolley 2008-09-16 23:20:39 -0700
  • cce1400ada Pass ASCIIDOC8=YesPlease to Meta/Make and dodoc.sh as needed Junio C Hamano 2008-09-17 23:27:01 -0700
  • 61aeeefd29 git-svn: fix handling of even funkier branch names Eric Wong 2008-09-06 20:18:18 -0700
  • ad0a82bae0 git-svn: Always create a new RA when calling do_switch for svn:// Alec Berryman 2008-09-14 17:14:16 -0400