Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test-index-version | Nguyễn Thái Ngọc Duy | 2009-08-23 | 3 | -0/+16 |
* | update-index: refactor mark_valid() in preparation for new options | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -14/+10 |
* | Prevent diff machinery from examining assume-unchanged entries on worktree | Nguyễn Thái Ngọc Duy | 2009-08-11 | 2 | -2/+35 |
* | Merge branch 'maint' | Junio C Hamano | 2009-08-10 | 3 | -5/+5 |
|\ | |||||
| * | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-10 | 2 | -4/+4 |
| |\ | |||||
| | * | Fix typos in git-remote.txt and git-symbolic-ref.txt | Štěpán Němec | 2009-08-10 | 2 | -4/+4 |
| * | | git-instaweb: fix mod_perl detection for apache2 | Mark A Rada | 2009-08-09 | 1 | -1/+1 |
* | | | Merge branch 'jk/push-quiet' | Junio C Hamano | 2009-08-10 | 5 | -1/+26 |
|\ \ \ | |||||
| * | | | transport: don't show push status if --quiet is given | Jeff King | 2009-08-05 | 1 | -1/+19 |
| * | | | transport: pass "quiet" flag to pack-objects | Jeff King | 2009-08-05 | 3 | -0/+5 |
| * | | | push: add --quiet flag | Jeff King | 2009-08-05 | 2 | -0/+2 |
* | | | | Merge branch 'jc/maint-merge-recursive-fix' | Junio C Hamano | 2009-08-10 | 2 | -3/+80 |
|\ \ \ \ | |||||
| * | | | | merge-recursive: don't segfault while handling rename clashes | Junio C Hamano | 2009-07-30 | 2 | -3/+80 |
* | | | | | Merge branch 'zf/maint-gitweb-acname' | Junio C Hamano | 2009-08-10 | 1 | -3/+2 |
|\ \ \ \ \ | |||||
| * | | | | | gitweb: parse_commit_text encoding fix | Zoltán Füzesi | 2009-08-05 | 1 | -3/+2 |
* | | | | | | Merge branch 'ns/am-raw-email' | Junio C Hamano | 2009-08-10 | 2 | -1/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-am: print fair error message when format detection fails | Nicolas Sebrecht | 2009-08-06 | 1 | -1/+5 |
| * | | | | | | am: allow individual e-mail files as input | Junio C Hamano | 2009-08-06 | 2 | -0/+29 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'np/maint-limit-delta-cache' | Junio C Hamano | 2009-08-10 | 2 | -4/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | don't let the delta cache grow unbounded in 'git repack' | Nicolas Pitre | 2009-08-05 | 2 | -4/+12 |
* | | | | | | | Merge branch 'jp/symlink-dirs' | Junio C Hamano | 2009-08-10 | 4 | -1/+114 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t6035-merge-dir-to-symlink depends on SYMLINKS prerequisite | Johannes Sixt | 2009-08-09 | 1 | -0/+6 |
| * | | | | | | | git-checkout: be careful about untracked symlinks | Linus Torvalds | 2009-07-29 | 3 | -2/+18 |
| * | | | | | | | lstat_cache: guard against full match of length of 'name' parameter | Kjetil Barvik | 2009-07-29 | 2 | -1/+5 |
| * | | | | | | | Demonstrate bugs when a directory is replaced with a symlink | Pickens, James E | 2009-07-29 | 1 | -0/+87 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mk/grep-max-depth' | Junio C Hamano | 2009-08-10 | 5 | -11/+103 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | grep: Add --max-depth option. | Michał Kiedrowicz | 2009-07-22 | 5 | -11/+103 |
* | | | | | | | | Merge branch 'js/run-command-updates' | Junio C Hamano | 2009-08-10 | 11 | -125/+106 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | api-run-command.txt: describe error behavior of run_command functions | Johannes Sixt | 2009-08-08 | 1 | -3/+28 |
| * | | | | | | | | run-command.c: squelch a "use before assignment" warning | David Soria Parra | 2009-08-04 | 1 | -1/+1 |
| * | | | | | | | | receive-pack: remove unnecessary run_status report | Johannes Sixt | 2009-07-06 | 1 | -16/+4 |
| * | | | | | | | | run_command: report failure to execute the program, but optionally don't | Johannes Sixt | 2009-07-06 | 5 | -13/+13 |
| * | | | | | | | | run_command: encode deadly signal number in the return value | Johannes Sixt | 2009-07-06 | 1 | -1/+8 |
| * | | | | | | | | run_command: report system call errors instead of returning error codes | Johannes Sixt | 2009-07-06 | 6 | -86/+58 |
| * | | | | | | | | run_command: return exit code as positive value | Johannes Sixt | 2009-07-05 | 7 | -19/+7 |
| * | | | | | | | | MinGW: simplify waitpid() emulation macros | Johannes Sixt | 2009-07-05 | 1 | -2/+3 |
* | | | | | | | | | Check return value of ftruncate call in http.c | Jeff Lasslett | 2009-08-10 | 1 | -1/+5 |
* | | | | | | | | | http.c: replace usage of temporary variable for urls | Tay Ray Chuan | 2009-08-10 | 1 | -9/+6 |
* | | | | | | | | | http.c: free preq when aborting | Tay Ray Chuan | 2009-08-10 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'master' of git://git.bogomips.org/git-svn | Junio C Hamano | 2009-08-10 | 3 | -5/+19 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-svn: ignore leading blank lines in svn:ignore | Michael Haggerty | 2009-08-10 | 2 | -1/+6 |
| * | | | | | | | | | svn: Honor --prefix option in init without --stdlayout | Adam Brewster | 2009-08-10 | 1 | -1/+2 |
| * | | | | | | | | | svn: Add && to t9107-git-svn-migrate.sh | Adam Brewster | 2009-08-10 | 1 | -3/+11 |
* | | | | | | | | | | Document 'stash clear' recovery via unreachable commits | Thomas Rast | 2009-08-09 | 1 | -1/+16 |
|/ / / / / / / / / | |||||
* | | | | | | | | | t/Makefile: include config.mak | Jeff King | 2009-08-09 | 1 | -0/+2 |
* | | | | | | | | | tests: allow user to specify trash directory location | Jeff King | 2009-08-09 | 1 | -1/+8 |
* | | | | | | | | | tests: provide $TRASH_DIRECTORY variable | Jeff King | 2009-08-09 | 2 | -3/+3 |
* | | | | | | | | | tests: use "$TEST_DIRECTORY" instead of ".." | Jeff King | 2009-08-09 | 4 | -4/+4 |
* | | | | | | | | | t0001-init: split the existence test from the permission test | Johannes Sixt | 2009-08-09 | 1 | -0/+6 |
* | | | | | | | | | t0001-init: fix a file name | Johannes Sixt | 2009-08-09 | 1 | -1/+1 |