Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2007-03-12 | 4 | -156/+15 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4 | Shawn O. Pearce | 2007-03-12 | 1 | -7/+5 | |
| | * | | | | | | | git-gui: Revert "git-gui: Display all authors of git-gui." | Shawn O. Pearce | 2007-03-12 | 4 | -135/+9 | |
| | * | | | | | | | git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed." | Shawn O. Pearce | 2007-03-12 | 1 | -19/+6 | |
| | * | | | | | | | git-gui: Allow committing empty merges | Shawn O. Pearce | 2007-03-12 | 1 | -1/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-03-12 | 2 | -4/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unnecessary casts from fast-import | Shawn O. Pearce | 2007-03-12 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-03-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | fast-import: grow tree storage more aggressively | Jeff King | 2007-03-12 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | New fast-import test case for valid tree sorting | Jeff King | 2007-03-12 | 1 | -0/+50 | |
* | | | | | | | | Fix t5510-fetch's use of sed | Shawn O. Pearce | 2007-03-12 | 1 | -1/+7 | |
* | | | | | | | | Simplify closing two fds at once in run-command.c | Shawn O. Pearce | 2007-03-12 | 1 | -6/+9 | |
* | | | | | | | | Re-fix get_sha1_oneline() | Linus Torvalds | 2007-03-12 | 1 | -5/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | git-bundle: only die if pack would be empty, warn if ref is skipped | Johannes Schindelin | 2007-03-11 | 1 | -3/+8 | |
* | | | | | | | git-send-email: configurable bcc and chain-reply-to | Avi Kivity | 2007-03-11 | 2 | -1/+19 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-03-11 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | git-send-email: Document configuration options | Avi Kivity | 2007-03-11 | 1 | -0/+13 | |
| * | | | | | | git-merge: warn when -m provided on a fast forward | J. Bruce Fields | 2007-03-11 | 1 | -1/+6 | |
* | | | | | | | Merge branch 'jc/boundary' | Junio C Hamano | 2007-03-11 | 4 | -197/+243 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | git-bundle: prevent overwriting existing bundles | Johannes Schindelin | 2007-03-08 | 1 | -2/+2 | |
| * | | | | | | | git-bundle: die if a given ref is not included in bundle | Johannes Schindelin | 2007-03-08 | 1 | -4/+2 | |
| * | | | | | | | git-bundle: handle thin packs in subcommand "unbundle" | Johannes Schindelin | 2007-03-08 | 1 | -1/+2 | |
| * | | | | | | | git-bundle: Make thin packs | Johannes Schindelin | 2007-03-07 | 1 | -59/+26 | |
| * | | | | | | | git-bundle: avoid packing objects which are in the prerequisites | Johannes Schindelin | 2007-03-07 | 2 | -3/+23 | |
| * | | | | | | | bundle: fix wrong check of read_header()'s return value & add tests | Johannes Schindelin | 2007-03-06 | 2 | -1/+24 | |
| * | | | | | | | revision --boundary: fix uncounted case. | Junio C Hamano | 2007-03-06 | 1 | -8/+8 | |
| * | | | | | | | revision --boundary: fix stupid typo | Junio C Hamano | 2007-03-06 | 1 | -1/+1 | |
| * | | | | | | | git-bundle: make verify a bit more chatty. | Junio C Hamano | 2007-03-06 | 1 | -20/+35 | |
| * | | | | | | | revision traversal: SHOWN means shown | Junio C Hamano | 2007-03-06 | 1 | -8/+18 | |
| * | | | | | | | git-bundle: various fixups | Junio C Hamano | 2007-03-06 | 1 | -13/+33 | |
| * | | | | | | | revision traversal: retire BOUNDARY_SHOW | Junio C Hamano | 2007-03-06 | 3 | -5/+13 | |
| * | | | | | | | revision walker: Fix --boundary when limited | Junio C Hamano | 2007-03-06 | 2 | -116/+100 | |
* | | | | | | | | Change {pre,post}-receive hooks to use stdin | Shawn O. Pearce | 2007-03-11 | 3 | -58/+62 | |
* | | | | | | | | Split back out update_hook handling in receive-pack | Shawn O. Pearce | 2007-03-11 | 1 | -2/+24 | |
* | | | | | | | | Refactor run_command error handling in receive-pack | Shawn O. Pearce | 2007-03-11 | 1 | -19/+24 | |
* | | | | | | | | Teach run_command how to setup a stdin pipe | Shawn O. Pearce | 2007-03-11 | 2 | -1/+37 | |
* | | | | | | | | Split run_command into two halves (start/finish) | Shawn O. Pearce | 2007-03-11 | 2 | -7/+22 | |
* | | | | | | | | Start defining a more sophisticated run_command | Shawn O. Pearce | 2007-03-11 | 2 | -7/+27 | |
* | | | | | | | | Remove unused run_command variants | Shawn O. Pearce | 2007-03-11 | 3 | -50/+1 | |
* | | | | | | | | Switch to run_command_v_opt in revert | Shawn O. Pearce | 2007-03-11 | 1 | -4/+9 | |
* | | | | | | | | cvsserver: Use Merged response instead of Update-existing for merged files | Frank Lichtenheld | 2007-03-11 | 1 | -3/+3 | |
* | | | | | | | | I like the idea of the new ':/<oneline prefix>' notation, and gave it | Jim Meyering | 2007-03-11 | 1 | -2/+6 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'js/attach' | Junio C Hamano | 2007-03-10 | 11 | -47/+384 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | format-patch --attach: not folding some long headers. | Junio C Hamano | 2007-03-04 | 8 | -76/+40 | |
| * | | | | | | | format-patch: add --inline option and make --attach a true attachment | Johannes Schindelin | 2007-03-04 | 11 | -13/+386 | |
* | | | | | | | | Merge branch 'js/diff-ni' | Junio C Hamano | 2007-03-10 | 32 | -131/+176 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Get rid of the dependency to GNU diff in the tests | Johannes Schindelin | 2007-03-04 | 29 | -110/+110 | |
| * | | | | | | | | diff --no-index: support /dev/null as filename | Johannes Schindelin | 2007-03-04 | 1 | -17/+17 | |
| * | | | | | | | | diff-ni: fix the diff with standard input | Junio C Hamano | 2007-03-04 | 2 | -21/+40 | |
| * | | | | | | | | diff: support reading a file from stdin via "-" | Johannes Schindelin | 2007-03-03 | 2 | -5/+31 |