Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2011-03-29 | 1 | -3/+3 | |
|\ | ||||||
| * | HOME must be set before calling git-init when creating test repositories | Alex Riesen | 2011-03-29 | 1 | -3/+3 | |
* | | Merge branch 'jc/fetch-progressive-stride' | Junio C Hamano | 2011-03-29 | 1 | -4/+5 | |
|\ \ | ||||||
| * | | Fix potential local deadlock during fetch-pack | Junio C Hamano | 2011-03-29 | 1 | -4/+5 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto... | Junio C Hamano | 2011-03-29 | 2 | -4/+6 | |
|\ \ \ \ | ||||||
| | * | | | enable "no-done" extension only when serving over smart-http | Junio C Hamano | 2011-03-29 | 1 | -3/+4 | |
| * | | | | enable "no-done" extension only when fetching over smart-http | Junio C Hamano | 2011-03-29 | 1 | -1/+2 | |
* | | | | | Revert two "no-done" reverts | Junio C Hamano | 2011-03-29 | 2 | -7/+31 | |
* | | | | | Revert "fetch-pack: Implement no-done capability" | Junio C Hamano | 2011-03-29 | 1 | -15/+3 | |
* | | | | | Revert "upload-pack: Implement no-done capability" | Junio C Hamano | 2011-03-29 | 1 | -16/+4 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-28 | 3 | -19/+20 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | git tag documentation grammar fixes and readability updates | Michael Witten | 2011-03-28 | 1 | -18/+18 | |
| * | | | | grep: Add the option '--line-number' | Joe Ratterman | 2011-03-28 | 2 | -1/+2 | |
* | | | | | tests: fix overeager scrubbing of environment variables | Jens Lehmann | 2011-03-28 | 1 | -1/+10 | |
* | | | | | Improve test for pthreads flag | Giuseppe Bilotta | 2011-03-28 | 1 | -0/+2 | |
* | | | | | vcs-svn: add missing cast to printf argument | Jonathan Nieder | 2011-03-28 | 1 | -1/+2 | |
* | | | | | Update draft release note to 1.7.5 | Junio C Hamano | 2011-03-27 | 1 | -2/+15 | |
* | | | | | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 2011-03-27 | 9 | -22/+163 | |
|\ \ \ \ \ | ||||||
| * | | | | | tests: avoid nonportable {foo,bar} glob | Jonathan Nieder | 2011-03-24 | 1 | -8/+8 | |
| * | | | | | rev-list --min-parents,--max-parents: doc, test and completion | Michael J Gruber | 2011-03-23 | 4 | -3/+129 | |
| * | | | | | revision.c: introduce --min-parents and --max-parents options | Michael J Gruber | 2011-03-23 | 5 | -10/+32 | |
| * | | | | | t6009: use test_commit() from test-lib.sh | Michael J Gruber | 2011-03-21 | 1 | -11/+4 | |
* | | | | | | Merge branch 'js/remove-unused-variables' | Junio C Hamano | 2011-03-27 | 7 | -19/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused variables | Johannes Schindelin | 2011-03-22 | 7 | -19/+5 | |
* | | | | | | | Merge branch 'jp/completion-help-alias' | Junio C Hamano | 2011-03-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | git-completion: Add git help completion for aliases | Jakob Pfender | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'jc/index-update-if-able' | Junio C Hamano | 2011-03-27 | 4 | -13/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | update $GIT_INDEX_FILE when there are racily clean entries | Junio C Hamano | 2011-03-21 | 1 | -1/+14 | |
| * | | | | | | | | diff/status: refactor opportunistic index update | Junio C Hamano | 2011-03-21 | 4 | -13/+16 | |
* | | | | | | | | | Merge branch 'jk/checkout-orphan-warning' | Junio C Hamano | 2011-03-27 | 2 | -1/+64 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | checkout: tweak detached-orphan warning format | Jeff King | 2011-03-20 | 1 | -1/+4 | |
| * | | | | | | | | | checkout: clear commit marks after detached-orphan check | Jeff King | 2011-03-20 | 2 | -0/+26 | |
| * | | | | | | | | | checkout: add basic tests for detached-orphan warning | Jeff King | 2011-03-20 | 1 | -0/+34 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jc/maint-rerere-in-workdir' | Junio C Hamano | 2011-03-27 | 4 | -2/+86 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rerere: make sure it works even in a workdir attached to a young repository | Junio C Hamano | 2011-03-24 | 4 | -2/+86 | |
* | | | | | | | | | | Merge branch 'nd/index-doc' | Junio C Hamano | 2011-03-27 | 1 | -0/+185 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | doc: technical details about the index file format | Junio C Hamano | 2011-03-23 | 1 | -37/+57 | |
| * | | | | | | | | | | doc: technical details about the index file format | Nguyễn Thái Ngọc Duy | 2011-02-27 | 1 | -0/+165 | |
* | | | | | | | | | | | Merge branch 'jc/fetch-progressive-stride' | Junio C Hamano | 2011-03-27 | 1 | -3/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | fetch-pack: use smaller handshake window for initial request | Junio C Hamano | 2011-03-21 | 1 | -2/+4 | |
| * | | | | | | | | | | fetch-pack: progressively use larger handshake windows | Junio C Hamano | 2011-03-21 | 1 | -1/+6 | |
| * | | | | | | | | | | fetch-pack: factor out hardcoded handshake window size | Junio C Hamano | 2011-03-21 | 1 | -3/+11 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrn | Junio C Hamano | 2011-03-26 | 11 | -83/+156 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | vcs-svn: handle log message with embedded NUL | Jonathan Nieder | 2011-03-26 | 6 | -13/+94 | |
| * | | | | | | | | | | vcs-svn: avoid unnecessary copying of log message and author | Jonathan Nieder | 2011-03-26 | 1 | -10/+10 | |
| * | | | | | | | | | | vcs-svn: remove buffer_read_string | Jonathan Nieder | 2011-03-26 | 5 | -48/+17 | |
| * | | | | | | | | | | vcs-svn: make reading of properties binary-safe | Jonathan Nieder | 2011-03-26 | 2 | -14/+37 | |
* | | | | | | | | | | | Merge git-gui 0.14.0 | Junio C Hamano | 2011-03-26 | 14 | -437/+3371 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ss/git-gui-mergetool'gitgui-0.14.0 | Pat Thoyts | 2011-03-25 | 1 | -47/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | mergetool--lib: Add Beyond Compare 3 as a tool | Sebastian Schuberth | 2011-02-27 | 1 | -0/+7 |