Commit Graph

  • c3b56def77 Meta/Make: No need for removed variables Junio C Hamano 2007-03-14 23:51:57 -0700
  • 0053e902b4 git-log --first-parent: show only the first parent log Junio C Hamano 2007-03-13 01:57:22 -0700
  • dd47aa3133 try-to-simplify-commit: use diff-tree --quiet machinery. Junio C Hamano 2007-03-14 13:18:15 -0700
  • 0a4ba7f8c6 revision.c: explain what tree_difference does Junio C Hamano 2007-03-14 13:12:18 -0700
  • 822cac0155 Teach --quiet to diff backends. Junio C Hamano 2007-03-14 11:12:51 -0700
  • 68aacb2f3c diff --quiet Junio C Hamano 2007-03-14 11:12:13 -0700
  • 3161b4b521 Remove unused diffcore_std_no_resolve Junio C Hamano 2007-03-14 10:36:42 -0700
  • 41bbf9d585 Allow git-diff exit with codes similar to diff(1) Alex Riesen 2007-03-14 01:17:04 +0100
  • 803527f1d9 Merge GIT 1.5.0.4 Junio C Hamano 2007-03-14 15:59:04 -0700
  • 3d4e1932f2 GIT 1.5.0.4 v1.5.0.4 Junio C Hamano 2007-03-14 15:56:49 -0700
  • d566209e7f Auto-detect the current git branch before submitting back to perforce. Simon Hausmann 2007-03-14 23:30:23 +0100
  • 9debca9aac Clarify doc for git-config --unset-all. Yann Dirson 2007-03-14 22:08:41 +0100
  • 4d9e5fcea6 Ignore Apple resource files when importing from perforce to git. Simon Hausmann 2007-03-14 19:03:16 +0100
  • 41f5d73391 git-checkout: fix "eval" used for merge labelling. Junio C Hamano 2007-03-14 09:48:13 -0700
  • d7873afdf4 Be nice and use /usr/bin/env python for the git-p4 scripts Simon Hausmann 2007-03-14 17:33:46 +0100
  • 794a913a00 Automatically operate on a temporary branch, needed for cherry-pick to work when applying changes to Simon Hausmann 2007-03-14 17:29:46 +0100
  • c47e6a43d3 update-hook: fix incorrect use of git-describe and sed for finding previous tag Andy Parkins 2007-03-14 14:25:52 +0000
  • 392e28170b cvsserver: further improve messages on commit and status Frank Lichtenheld 2007-03-13 18:25:23 +0100
  • 459bad77e7 cvsserver: Be more chatty Frank Lichtenheld 2007-03-13 18:25:22 +0100
  • c49b260e99 Merge branch 'jc/repack' Junio C Hamano 2007-03-14 02:08:48 -0700
  • c1f5086e23 Merge branch 'jc/fetch' Junio C Hamano 2007-03-14 01:40:19 -0700
  • 5a27b3211a Merge branch 'dz/mailinfo' Junio C Hamano 2007-03-14 01:39:19 -0700
  • c746e44fb8 Merge branch 'jb/per-user-exclude' Junio C Hamano 2007-03-14 01:38:57 -0700
  • c379c4b176 Merge branch 'maint' Junio C Hamano 2007-03-14 01:38:39 -0700
  • 36db2399e0 Merge branch 'pb/branch-track' Junio C Hamano 2007-03-14 01:38:28 -0700
  • 09f2825147 git-grep: don't use sscanf Jim Meyering 2007-03-12 13:11:29 +0100
  • 6cd7895fee Do not output "GEN " when generating perl.mak Johannes Schindelin 2007-03-11 14:19:07 +0100
  • 0497c620ca shortlog: prompt when reading from terminal by mistake Junio C Hamano 2007-03-08 02:12:06 -0800
  • 86952cdabd Documentation: add git-mergetool to the command list. Junio C Hamano 2007-03-14 01:29:26 -0700
  • 4739cea566 Merge branch 'master' of git://repo.or.cz/git/mergetool Junio C Hamano 2007-03-14 01:13:39 -0700
  • dee41f3e55 git-svn: add -l/--local command to "git svn rebase" Eric Wong 2007-03-13 11:40:36 -0700
  • ad0f8c9ea7 cvsserver: asciidoc formatting changes Frank Lichtenheld 2007-03-13 18:24:26 +0100
  • c4b4a5af16 Add git-mergetool to run an appropriate merge conflict resolution program Theodore Ts'o 2007-03-06 00:05:16 -0500
  • 09a14fb524 Lots of bugfixes to p4-git-sync. Simon Hausmann 2007-03-13 16:36:10 +0100
  • 5aba82fd50 Fix git-dir option and allow reading log substitutions from a file Simon Hausmann 2007-03-13 09:14:45 +0100
  • 38b1c6626b Use run_command within send-pack Shawn O. Pearce 2007-03-12 19:00:29 -0400
  • e8016abf8d Use run_command within receive-pack to invoke index-pack Shawn O. Pearce 2007-03-12 19:00:26 -0400
  • b49809c961 Use run_command within merge-index Shawn O. Pearce 2007-03-12 19:00:21 -0400
  • 15a1c01263 Use run_command for proxy connections Shawn O. Pearce 2007-03-12 19:00:19 -0400
  • df91ba36b1 Use RUN_GIT_CMD to run push backends Shawn O. Pearce 2007-03-12 19:00:15 -0400
  • 1a8f27413b Correct new compiler warnings in builtin-revert Shawn O. Pearce 2007-03-12 15:33:18 -0400
  • b1daf300d0 Replace fork_with_pipe in bundle with run_command Shawn O. Pearce 2007-03-12 19:00:11 -0400
  • e4507ae84e Teach run-command to redirect stdout to /dev/null Shawn O. Pearce 2007-03-12 14:37:55 -0400
  • f4bba25bdc Teach run-command about stdout redirection Shawn O. Pearce 2007-03-12 14:37:45 -0400
  • ae1a743735 Add a couple more test cases to the suite. Don Zickus 2007-03-12 15:52:07 -0400
  • f0658cf210 restrict the patch filtering Don Zickus 2007-03-12 15:52:06 -0400
  • 87ab799234 builtin-mailinfo.c infrastrcture changes Don Zickus 2007-03-12 15:52:04 -0400
  • 27ebd6e044 Merge branch 'master' of git://repo.or.cz/git-gui Junio C Hamano 2007-03-12 23:14:07 -0700
  • 9550a9cea9 Merge branch 'maint' Junio C Hamano 2007-03-12 23:13:01 -0700
  • f8a066581d Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-03-12 23:10:23 -0700
  • 65d61e5f51 Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint Junio C Hamano 2007-03-12 23:08:27 -0700
  • 6016e35bc1 Fix t5510-fetch's use of sed Shawn O. Pearce 2007-03-12 18:59:16 -0400
  • 9dc09c7664 Simplify closing two fds at once in run-command.c Shawn O. Pearce 2007-03-12 14:37:28 -0400
  • 0bcff6121d First version of a new script to submit changes back to perforce from git repositories. Simon Hausmann 2007-03-12 23:00:34 +0100
  • 061e35c581 Remove unnecessary casts from fast-import Shawn O. Pearce 2007-03-12 15:48:37 -0400
  • 7f09ac4714 Merge branch 'maint' Shawn O. Pearce 2007-03-12 15:04:46 -0400
  • e741130386 New fast-import test case for valid tree sorting Jeff King 2007-03-12 14:58:50 -0400
  • f022f85f6d fast-import: grow tree storage more aggressively Jeff King 2007-03-10 21:39:17 -0500
  • 115f0fe499 Don't package the git-gui credits file anymore Shawn O. Pearce 2007-03-12 13:40:31 -0400
  • 3ed02de2f4 Merge branch 'maint' of git://repo.or.cz/git-gui into maint Junio C Hamano 2007-03-12 11:43:22 -0700
  • 1358e7d670 Re-fix get_sha1_oneline() Linus Torvalds 2007-03-12 11:30:38 -0700
  • 2ec0cb7959 Merge branch 'maint' gitgui-0.6.5 Shawn O. Pearce 2007-03-12 13:26:59 -0400
  • 756d846fea git-gui: Allow 'git gui version' outside of a repository gitgui-0.6.4 Shawn O. Pearce 2007-03-12 13:24:10 -0400
  • bb616ddd15 git-gui: Revert "git-gui: Display all authors of git-gui." This reverts commit 871f4c97ad. Shawn O. Pearce 2007-03-12 13:26:04 -0400
  • 56a7fde16e git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed." This reverts commit 92446aba47. Shawn O. Pearce 2007-03-12 13:25:58 -0400
  • c7bafad10d git-gui: Allow committing empty merges Shawn O. Pearce 2007-03-12 13:03:47 -0400
  • e7a0919115 [PATCH] gitk: bind <F5> key to Update (reread commits) Eric Wong 2007-02-23 12:36:34 -0800
  • 34572ed2c8 git-bundle: only die if pack would be empty, warn if ref is skipped Johannes Schindelin 2007-03-09 17:30:15 +0100
  • 4a62d3f5b2 git-send-email: configurable bcc and chain-reply-to Avi Kivity 2007-03-11 19:19:44 +0200
  • 240c77c714 Merge branch 'maint' Junio C Hamano 2007-03-11 23:53:52 -0700
  • fc095242b1 git-send-email: Document configuration options Avi Kivity 2007-03-11 19:19:43 +0200
  • be242d576c git-merge: warn when -m provided on a fast forward J. Bruce Fields 2007-03-11 12:28:56 -0400
  • 2422f1ca3b Merge branch 'jc/boundary' Junio C Hamano 2007-03-11 23:02:52 -0700
  • f43cd49fb8 Change {pre,post}-receive hooks to use stdin Shawn O. Pearce 2007-03-10 03:28:16 -0500
  • 1d9e8b56fe Split back out update_hook handling in receive-pack Shawn O. Pearce 2007-03-10 03:28:13 -0500
  • 6c319a22e4 Refactor run_command error handling in receive-pack Shawn O. Pearce 2007-03-10 03:28:11 -0500
  • 4919bf0354 Teach run_command how to setup a stdin pipe Shawn O. Pearce 2007-03-10 03:28:08 -0500
  • ebcb5d16ca Split run_command into two halves (start/finish) Shawn O. Pearce 2007-03-10 03:28:05 -0500
  • f1000898d4 Start defining a more sophisticated run_command Shawn O. Pearce 2007-03-10 03:28:00 -0500
  • afdb269c76 Remove unused run_command variants Shawn O. Pearce 2007-03-10 03:27:52 -0500
  • 497bdc88d6 Switch to run_command_v_opt in revert Shawn O. Pearce 2007-03-10 03:27:28 -0500
  • 538778469c cvsserver: Use Merged response instead of Update-existing for merged files Frank Lichtenheld 2007-03-06 10:42:24 +0100
  • ed8ad7e2e2 I like the idea of the new ':/<oneline prefix>' notation, and gave it a try, but all I could get was a segfault. It was dereferencing a NULL commit list. Fix below. With it, this example now works: Jim Meyering 2007-03-11 19:49:08 +0100
  • b867092fec prepare_packed_git(): sort packs by age and localness. Junio C Hamano 2007-03-09 03:52:12 -0800
  • 45994a1e33 Fix broken create_branch() in builtin-branch. Junio C Hamano 2007-03-08 13:59:54 -0800
  • 0746d19a82 git-branch, git-checkout: autosetup for remote branch tracking Paolo Bonzini 2007-03-08 10:58:35 +0100
  • 8a3fbdd9e6 Merge branch 'js/attach' Junio C Hamano 2007-03-10 23:38:18 -0800
  • cf6981d493 Merge branch 'js/diff-ni' Junio C Hamano 2007-03-10 23:26:33 -0800
  • 8509fed75d Merge branch 'jc/fsck' Junio C Hamano 2007-03-10 23:10:26 -0800
  • ce4474b65d Merge branch 'pb/commit-i' Junio C Hamano 2007-03-10 23:00:38 -0800
  • e286114d0e Merge branch 'js/revert-cherry' Junio C Hamano 2007-03-10 23:00:11 -0800
  • 5339fb2e8b Merge branch 'sp/make' Junio C Hamano 2007-03-10 22:33:13 -0800
  • ed287ab7fa Merge branch 'maint' Junio C Hamano 2007-03-10 22:07:26 -0800
  • 60fa08ed61 git.el: Retrieve commit log information from .dotest directory. Alexandre Julliard 2007-03-10 19:22:26 +0100
  • 3844814755 git.el: Avoid appending a signoff line that is already present. Alexandre Julliard 2007-03-10 19:21:25 +0100
  • 96a5702409 setup_git_directory_gently: fix off-by-one error Matthias Lederhofer 2007-03-11 02:35:00 +0100
  • 8bb2b516d5 Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint Junio C Hamano 2007-03-10 21:47:01 -0800
  • 8ce9d83b78 user-manual: install user manual stylesheet with other web documents J. Bruce Fields 2007-03-10 22:58:54 -0500
  • 1dc71a9155 user-manual: fix rendering of history diagrams J. Bruce Fields 2007-03-10 22:38:13 -0500
  • ed4eb0d8f3 user-manual: fix missing colon in git-show example J. Bruce Fields 2007-03-10 22:00:12 -0500