| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-11-23 | 1 | -0/+1 |
|\ |
|
| * | replace: use a GIT_NO_REPLACE_OBJECTS env variable | Christian Couder | 2009-11-20 | 1 | -0/+1 |
* | | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 2009-11-22 | 1 | -0/+2 |
|\ \ |
|
| * | | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-17 | 1 | -0/+2 |
* | | | Merge branch 'tc/format-attribute' | Junio C Hamano | 2009-11-22 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Check the format of more printf-type functions | Tarmigan Casebolt | 2009-11-15 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Introduce commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | http-backend: Protect GIT_PROJECT_ROOT from /../ requests | Shawn O. Pearce | 2009-11-09 | 1 | -0/+1 |
| * | | | Move "get_ack()" back to fetch-pack | Shawn O. Pearce | 2009-10-30 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Teach git var about GIT_PAGER | Jonathan Nieder | 2009-11-13 | 1 | -0/+1 |
| * | | Teach git var about GIT_EDITOR | Jonathan Nieder | 2009-11-13 | 1 | -0/+1 |
* | | | check_filename(): make verify_filename() callable without dying | Junio C Hamano | 2009-10-18 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'jc/maint-blank-at-eof' | Junio C Hamano | 2009-10-17 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a... | Junio C Hamano | 2009-09-15 | 1 | -1/+3 |
| |\ |
|
| | * | core.whitespace: split trailing-space into blank-at-{eol,eof} | Junio C Hamano | 2009-09-05 | 1 | -2/+3 |
| | * | apply --whitespace=warn/error: diagnose blank at EOF | Junio C Hamano | 2009-09-04 | 1 | -1/+2 |
* | | | git branch -D: give a better error message when lockfile creation fails | Miklos Vajna | 2009-09-29 | 1 | -0/+1 |
* | | | Merge branch 'jk/unwanted-advices' | Junio C Hamano | 2009-09-13 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | push: make non-fast-forward help message configurable | Jeff King | 2009-09-11 | 1 | -0/+1 |
* | | | | preserve mtime of local clone | Clemens Buchacher | 2009-09-13 | 1 | -0/+1 |
* | | | | use write_str_in_full helper to avoid literal string lengths | Jim Meyering | 2009-09-13 | 1 | -2/+7 |
|/ / / |
|
* | | | Merge branch 'lt/approxidate' | Junio C Hamano | 2009-08-31 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Add date formatting and parsing functions relative to a given time | Alex Riesen | 2009-08-30 | 1 | -0/+5 |
* | | | | Merge branch 'mm/reset-report' | Junio C Hamano | 2009-08-28 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 2009-08-21 | 1 | -2/+2 |
| * | | | | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. | Matthieu Moy | 2009-08-21 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jc/maint-checkout-index-to-prefix' | Junio C Hamano | 2009-08-25 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | check_path(): allow symlinked directories to checkout-index --prefix | Junio C Hamano | 2009-08-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | environment: add global variable to disable replacement | Christian Couder | 2009-05-31 | 1 | -0/+1 |
| * | | | sha1_file: add a "read_sha1_file_repl" function | Christian Couder | 2009-05-31 | 1 | -1/+5 |
* | | | | Merge branch 'gb/apply-ignore-whitespace' | Junio C Hamano | 2009-08-21 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | git apply: option to ignore whitespace differences | Giuseppe Bilotta | 2009-08-05 | 1 | -0/+1 |
* | | | | git-checkout: be careful about untracked symlinks | Linus Torvalds | 2009-07-29 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge branch 'js/maint-graft-unhide-true-parents' | Junio C Hamano | 2009-07-25 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | git repack: keep commits hidden by a graft | Johannes Schindelin | 2009-07-24 | 1 | -0/+2 |
| |/ / |
|
* | | | push: do not give big warning when no preference is configured | Junio C Hamano | 2009-07-18 | 1 | -1/+0 |
* | | | Export thread-safe version of 'has_symlink_leading_path()' | Linus Torvalds | 2009-07-09 | 1 | -0/+10 |
* | | | diff: generate pretty filenames in prep_temp_blob() | David Aguilar | 2009-05-31 | 1 | -0/+2 |
|/ / |
|
* | | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 | 1 | -1/+1 |
* | | Rename core.unreliableHardlinks to core.createObject | Johannes Schindelin | 2009-04-29 | 1 | -1/+6 |
* | | Add an option not to use link(src, dest) && unlink(src) when that is unreliable | Johannes Schindelin | 2009-04-25 | 1 | -0/+2 |
* | | Merge branch 'jc/name-branch' | Junio C Hamano | 2009-04-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 2009-03-22 | 1 | -1/+1 |
* | | | Merge branch 'jc/shared-literally' | Junio C Hamano | 2009-04-06 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 2009-03-28 | 1 | -1/+2 |
* | | | | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 2009-04-01 | 1 | -1/+0 |
|\ \ \ \ |
|