Commit Graph

  • c39c4f4746 builtin-grep: typofix Junio C Hamano 2006-05-09 18:15:21 -0700
  • 8c2462dc5b Merge branch 'jc/clean' Junio C Hamano 2006-05-09 16:52:54 -0700
  • 2c49009dbe Merge branch 'mw/alternates' Junio C Hamano 2006-05-09 16:45:45 -0700
  • b9895c0688 Merge branch 'jc/xsha1' Junio C Hamano 2006-05-09 16:44:59 -0700
  • 143f4d94c6 Merge branch 'jc/again' Junio C Hamano 2006-05-09 16:40:53 -0700
  • 4edd44725c Merge branch 'np/delta' Junio C Hamano 2006-05-09 16:40:28 -0700
  • 2fc240a7b2 Merge branch 'jc/bindiff' Junio C Hamano 2006-05-09 14:16:56 -0700
  • 016cd9f665 Merge branch 'fix' Junio C Hamano 2006-05-09 13:54:42 -0700
  • 07c747ee18 Merge branch 'jc/grep' into next Junio C Hamano 2006-05-09 13:05:53 -0700
  • adcb913c77 Merge branch 'ml/cvs' into next Junio C Hamano 2006-05-09 13:05:48 -0700
  • a525de7ea7 A bit more commenting and cleaning up. Junio C Hamano 2006-05-09 13:01:11 -0700
  • 6b9ffbebe7 Sort branches in TO script. Junio C Hamano 2006-05-09 12:55:19 -0700
  • 5c222ce2c4 Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoff into ml/cvs Junio C Hamano 2006-05-09 12:25:21 -0700
  • 28cc4ab422 read-cache.c: use xcalloc() not calloc() Yakov Lerner 2006-05-09 16:14:00 +0000
  • dbd0f7d322 apply: fix infinite loop with multiple patches with --index Eric Wong 2006-05-09 01:08:23 -0700
  • 5acd64edec builtin-grep: tighten argument parsing. Junio C Hamano 2006-05-08 23:55:47 -0700
  • bd8e265d67 Merge branch 'jc/clean' into next Junio C Hamano 2006-05-08 16:43:23 -0700
  • dd1139a94c Merge branch 'jc/bindiff' into next Junio C Hamano 2006-05-08 16:42:12 -0700
  • 7dd0d0bf52 Merge branch 'jc/xsha1' into next Junio C Hamano 2006-05-08 16:41:15 -0700
  • 4ca72f20c3 Merge branch 'jc/grep' into next Junio C Hamano 2006-05-08 16:41:10 -0700
  • 393e3b1910 Teach git-clean optional <paths>... parameters. Junio C Hamano 2006-05-08 12:02:44 -0700
  • 45f75a0167 Merge branch 'fix' Junio C Hamano 2006-05-08 16:40:23 -0700
  • 31fff305bc Separate object name errors from usage errors Dmitry V. Levin 2006-05-09 01:43:38 +0400
  • e7cef45fbc get_sha1() - fix infinite loop on nonexistent stage. Junio C Hamano 2006-05-08 15:44:06 -0700
  • afb4ff2069 Documentation: {caret} fixes (git-rev-list.txt) Junio C Hamano 2006-05-08 13:46:53 -0700
  • 1c57119c70 builtin-grep: documentation Junio C Hamano 2006-05-08 13:28:49 -0700
  • aa8c79ad03 Teach -f <file> option to builtin-grep. Junio C Hamano 2006-05-08 13:28:27 -0700
  • addaacab07 improve base85 generated assembly code Nicolas Pitre 2006-05-08 11:31:11 -0400
  • 5d6a9f45e1 Fix "git diff --stat" with long filenames Linus Torvalds 2006-05-08 09:46:53 -0700
  • f8ba655ee4 Fix repo-config set-multivar error return path. Junio C Hamano 2006-05-07 21:27:30 -0700
  • b0121fb3f2 Merge branch 'jc/gitlink' into next Junio C Hamano 2006-05-07 16:17:43 -0700
  • 7f498065e9 Merge branch 'mw/alternates' into next Junio C Hamano 2006-05-07 16:06:45 -0700
  • 2c4c17fbb9 Merge branch 'jc/cache-tree' into next Junio C Hamano 2006-05-07 16:06:44 -0700
  • 0438402271 clone: don't clone the info/alternates file Martin Waitz 2006-05-07 20:19:33 +0200
  • dd05ea1799 test case for transitive info/alternates Martin Waitz 2006-05-07 20:19:47 +0200
  • c2f493a4ae Transitively read alternatives Martin Waitz 2006-05-07 20:19:21 +0200
  • 82000d7464 Change to allow subdir updates from Eclipse Martyn Smith 2006-03-28 13:24:27 +1200
  • fd60acaced Merge branch 'fix' Junio C Hamano 2006-05-07 15:36:39 -0700
  • d92f1dc63f Sparse fix for builtin-diff Peter Hagervall 2006-05-07 16:50:47 +0200
  • 178613c737 repack: honor -d even when no new pack was created Martin Waitz 2006-05-07 20:18:53 +0200
  • cf9dc65368 clone: keep --reference even with -l -s Martin Waitz 2006-05-07 20:19:09 +0200
  • 7d90095abe Many fixes for most operations in Eclipse. Martyn Smith 2006-03-27 15:51:42 +1200
  • 6fe31e2e4c repo-config: document what value_regexp does a bit more clearly. Junio C Hamano 2006-05-07 15:32:51 -0700
  • 5d8ee9ceb8 Release config lock if the regex is invalid Pavel Roskin 2006-05-07 17:36:12 -0400
  • 568907f520 Added logged warnings for CVS error returns Martyn Smith 2006-03-17 13:33:19 +1300
  • 50c08d4872 Merge with git://kernel.org/pub/scm/git/git.git Martin Langhoff 2006-05-08 10:03:37 +1200
  • 245f1029d6 core-tutorial.txt: escape asterisk Matthias Lederhofer 2006-05-07 19:32:53 +0200
  • b6c4a480b3 Fix crash when reading the empty tree Johannes Schindelin 2006-05-07 17:42:37 +0200
  • c2b9e6994d Merge branch 'js/fmt-patch' into next Junio C Hamano 2006-05-06 21:47:22 -0700
  • e04156a437 Merge branch 'jc/reupdate' into next Junio C Hamano 2006-05-06 21:47:07 -0700
  • 0cc9e70c4c Fix users of prefix_path() to free() only when necessary Johannes Schindelin 2006-05-07 00:02:53 +0200
  • be65e7d9fb Fix users of prefix_path() to free() only when necessary Johannes Schindelin 2006-05-07 00:02:53 +0200
  • e686eb9870 fmt-patch: understand old <his> notation Johannes Schindelin 2006-05-06 22:56:38 +0200
  • c66b6c067e Merge branch 'master' into js/fmt-patch Junio C Hamano 2006-05-06 14:42:08 -0700
  • bd886fd3ea t1300-repo-config: two new config parsing tests. sean 2006-05-06 15:43:43 -0400
  • 6f81bf16a9 Another config file parsing fix. sean 2006-05-06 14:14:02 -0400
  • aadc81c13b Merge branch 'jc/reupdate' into next Junio C Hamano 2006-05-06 00:20:54 -0700
  • 7bb0d900d7 Merge branch 'jc/bindiff' into next Junio C Hamano 2006-05-06 00:20:45 -0700
  • 42d0ee8302 binary diff and apply: testsuite. Junio C Hamano 2006-05-06 00:15:54 -0700
  • 22293b9c41 update-index --again: take optional pathspecs Junio C Hamano 2006-05-05 23:09:05 -0700
  • 83e77a25dc update-index --again Junio C Hamano 2006-05-05 17:40:47 -0700
  • fb69a760cc update-index: plug memory leak from prefix_path() Junio C Hamano 2006-05-05 22:53:56 -0700
  • dc46da2286 checkout-index: plug memory leak from prefix_path() Junio C Hamano 2006-05-05 22:38:06 -0700
  • ba776ae4b8 TODO updates (remove stale ones) Junio C Hamano 2006-05-05 19:12:09 -0700
  • 09895c1fa0 update-index --unresolve: work from a subdirectory. Junio C Hamano 2006-05-05 17:50:06 -0700
  • 2749fa7771 Merge branch 'jc/bindiff' into next Junio C Hamano 2006-05-05 15:36:04 -0700
  • 0660626caf binary diff: further updates. Junio C Hamano 2006-05-05 02:41:53 -0700
  • 051308f6e9 binary patch. Junio C Hamano 2006-05-04 16:51:44 -0700
  • 86118bcb46 pack-object: squelch eye-candy on non-tty Junio C Hamano 2006-05-05 03:20:44 -0700
  • a814deca8b Merge branch 'js/fmt-patch' into next Junio C Hamano 2006-05-05 14:54:43 -0700
  • 188a634fec Merge branch 'fix' Junio C Hamano 2006-05-05 14:49:49 -0700
  • e388c73825 core.prefersymlinkrefs: use symlinks for .git/HEAD Junio C Hamano 2006-05-02 00:40:24 -0700
  • 7ebdba6142 repo-config: trim white-space before comment Johannes Schindelin 2006-05-02 16:58:37 +0200
  • 93ddef3e2d Fix for config file section parsing. sean 2006-05-05 09:49:15 -0400
  • 81ae43cdc4 Clarify git-cherry documentation. sean 2006-05-05 15:06:07 -0400
  • ae0b219c8e Update git-unpack-objects documentation. sean 2006-05-05 15:05:36 -0400
  • e994004f93 Fix up docs where "--" isn't displayed correctly. sean 2006-05-05 15:05:24 -0400
  • 2b5f3ed316 Several trivial documentation touch ups. sean 2006-05-05 15:05:10 -0400
  • 88521450fc git-svn 1.0.0 Eric Wong 2006-05-05 12:35:40 -0700
  • 81c5a0e6e5 git-svn: documentation updates Eric Wong 2006-05-05 12:35:39 -0700
  • 8ac80a5701 Teach fmt-patch about --keep-subject Johannes Schindelin 2006-05-05 04:31:29 +0200
  • 596524b33d Teach fmt-patch about --numbered Johannes Schindelin 2006-05-05 04:30:52 +0200
  • 2448482b3d fmt-patch: implement -o <dir> Johannes Schindelin 2006-05-05 03:33:32 +0200
  • 81f3a188a3 fmt-patch: output file names to stdout Johannes Schindelin 2006-05-05 03:33:05 +0200
  • 0377db77da Teach fmt-patch to write individual files. Johannes Schindelin 2006-05-05 01:16:40 +0200
  • ac4c758adc delta: stricter constness Junio C Hamano 2006-05-05 02:35:58 -0700
  • fb335158d5 Makefile: do not link rev-list any specially. Junio C Hamano 2006-05-04 17:38:41 -0700
  • 5edbcd8d77 builtin-push: --all and --tags _are_ explicit refspecs Johannes Schindelin 2006-05-04 23:18:14 +0200
  • 0bc1bdd1ec Snapshot 2006-05-04 Junio C Hamano 2006-05-04 16:01:16 -0700
  • 25a9ff836f Merge branch 'jc/cache-tree' into next Junio C Hamano 2006-05-04 00:17:28 -0700
  • f8098a3329 Merge branch 'jc/grep' into next Junio C Hamano 2006-05-04 00:15:23 -0700
  • 4cc0b8a41b Merge branch 'js/fetchconfig' into next Junio C Hamano 2006-05-04 00:14:56 -0700
  • a4a6e4ab32 Add a conversion tool to migrate remote information into the config Johannes Schindelin 2006-05-03 15:27:26 +0200
  • 73136b2e8a fetch, pull: ask config for remote information Johannes Schindelin 2006-05-03 15:20:21 +0200
  • 5892fc6504 Merge branch 'jc/logs' Junio C Hamano 2006-05-04 00:04:32 -0700
  • 476d239804 Merge branch 'jc/show-branch-dense' Junio C Hamano 2006-05-03 23:58:35 -0700
  • df71b4f7f9 Merge branch 'jc/symref' Junio C Hamano 2006-05-03 23:54:55 -0700
  • 230f544e87 Merge branch 'jc/diff' Junio C Hamano 2006-05-03 23:54:34 -0700
  • 6b16250a45 Merge branch 'js/repoconfig' Junio C Hamano 2006-05-03 23:41:28 -0700
  • d820f91871 Merge branch 'jc/count' Junio C Hamano 2006-05-03 23:40:39 -0700