Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/maint-setup-fix' | Junio C Hamano | 2010-08-31 | 4 | -282/+581 |
|\ | |||||
| * | setup: split off a function to handle ordinary .git directories | Nguyễn Thái Ngọc Duy | 2010-08-04 | 1 | -18/+25 |
| * | Revert "rehabilitate 'git index-pack' inside the object store" | Nguyễn Thái Ngọc Duy | 2010-08-04 | 1 | -19/+5 |
| * | setup: do not forget working dir from subdir of gitdir | Nguyễn Thái Ngọc Duy | 2010-08-04 | 2 | -1/+3 |
| * | t4111 (apply): refresh index before applying patches to it | Jonathan Nieder | 2010-08-04 | 1 | -1/+2 |
| * | setup: split off get_device_or_die helper | Jonathan Nieder | 2010-07-25 | 1 | -11/+14 |
| * | setup: split off a function to handle hitting ceiling in repo search | Jonathan Nieder | 2010-07-25 | 1 | -9/+12 |
| * | setup: split off code to handle stumbling upon a repository | Jonathan Nieder | 2010-07-25 | 1 | -13/+21 |
| * | setup: split off a function to checks working dir for .git file | Jonathan Nieder | 2010-07-25 | 1 | -7/+13 |
| * | setup: split off $GIT_DIR-set case from setup_git_directory_gently | Jonathan Nieder | 2010-07-25 | 1 | -32/+37 |
| * | tests: try git apply from subdir of toplevel | Jonathan Nieder | 2010-07-25 | 1 | -0/+141 |
| * | t1501 (rev-parse): clarify | Jonathan Nieder | 2010-07-25 | 1 | -173/+310 |
* | | Merge branch 'en/fast-export-fix' | Junio C Hamano | 2010-08-31 | 3 | -1/+30 |
|\ \ | |||||
| * | | fast-export: Add a --full-tree option | Elijah Newren | 2010-07-19 | 3 | -1/+14 |
| * | | fast-export: Fix dropping of files with --import-marks and path limiting | Elijah Newren | 2010-07-19 | 2 | -1/+17 |
* | | | Merge branch 'hv/autosquash-config' | Junio C Hamano | 2010-08-31 | 4 | -8/+47 |
|\ \ \ | |||||
| * | | | add configuration variable for --autosquash option of interactive rebase | Heiko Voigt | 2010-07-14 | 4 | -8/+47 |
* | | | | Merge branch 'sg/rerere-gc-old-still-used' | Junio C Hamano | 2010-08-31 | 4 | -11/+41 |
|\ \ \ \ | |||||
| * | | | | rerere: fix overeager gc | SZEDER Gábor | 2010-07-14 | 3 | -9/+34 |
| * | | | | mingw_utime(): handle NULL times parameter | SZEDER Gábor | 2010-07-12 | 1 | -2/+7 |
* | | | | | gitweb: Don't die_error in git_tag after already printing headers | Anders Kaseorg | 2010-08-31 | 1 | -3/+3 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2010-08-29 | 1 | -5/+5 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'maint-1.7.1' into maint | Junio C Hamano | 2010-08-29 | 1 | -5/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | t0003: add missing && at end of lines | Matthieu Moy | 2010-08-29 | 1 | -5/+5 |
* | | | | | | | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 2010-08-29 | 7 | -6/+8 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-08-26 | 4 | -11/+10 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | for-each-ref: fix objectname:short bug | Jay Soffian | 2010-08-26 | 1 | -1/+2 |
| * | | | | | | tree-walk: Correct bitrotted comment about tree_entry() | Elijah Newren | 2010-08-25 | 1 | -1/+4 |
| * | | | | | | Fix 'git log' early pager startup error case | Linus Torvalds | 2010-08-25 | 2 | -9/+4 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-08-24 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | parse-options: clarify PARSE_OPT_NOARG description | Jonathan Nieder | 2010-08-24 | 1 | -1/+1 |
| * | | | | | | t3302 (notes): Port to Solaris | Jonathan Nieder | 2010-08-24 | 1 | -1/+1 |
* | | | | | | | t7610: cd inside subshell instead of around | Brian Gernhardt | 2010-08-24 | 1 | -23/+26 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-08-22 | 17 | -26/+26 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 17 | -26/+26 |
* | | | | | | | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 2 | -2/+2 |
* | | | | | | | Merge branch 'mm/rebase-i-exec' | Junio C Hamano | 2010-08-21 | 7 | -11/+174 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-rebase--interactive.sh: use printf instead of echo to print commit message | Brandon Casey | 2010-08-13 | 1 | -2/+2 |
| * | | | | | | | git-rebase--interactive.sh: rework skip_unnecessary_picks | Brandon Casey | 2010-08-13 | 1 | -9/+14 |
| * | | | | | | | test-lib: user-friendly alternatives to test [-d|-f|-e] | Matthieu Moy | 2010-08-11 | 4 | -12/+51 |
| * | | | | | | | rebase -i: add exec command to launch a shell command | Matthieu Moy | 2010-08-11 | 4 | -3/+122 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'gb/split-cmdline-errmsg' | Junio C Hamano | 2010-08-21 | 4 | -4/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | split_cmdline: Allow caller to access error string | Greg Brockman | 2010-08-11 | 4 | -4/+18 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'so/http-user-agent' | Junio C Hamano | 2010-08-21 | 3 | -2/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Allow HTTP user agent string to be modified. | Spencer E. Olson | 2010-08-11 | 3 | -2/+18 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 2010-08-21 | 7 | -80/+212 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | log: parse separate option for --glob | Matthieu Moy | 2010-08-06 | 2 | -2/+11 |
| * | | | | | | | log: parse separate options like git log --grep foo | Matthieu Moy | 2010-08-06 | 2 | -28/+53 |
| * | | | | | | | diff: parse separate options --stat-width n, --stat-name-width n | Matthieu Moy | 2010-08-06 | 1 | -5/+23 |
| * | | | | | | | diff: split off a function for --stat-* option parsing | Jonathan Nieder | 2010-08-06 | 1 | -27/+35 |