Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 | 2 | -2/+41 |
|\ | |||||
| * | push: finishing touches to explain REJECT_ALREADY_EXISTS better | Junio C Hamano | 2013-01-24 | 1 | -2/+1 |
| * | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 2 | -0/+40 |
* | | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 2013-02-04 | 2 | -13/+14 |
|\ \ | |||||
| * | | reflog: use parse_config_key in config callback | Jeff King | 2013-01-23 | 1 | -6/+7 |
| * | | help: use parse_config_key for man config | Jeff King | 2013-01-23 | 1 | -7/+7 |
* | | | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 2013-02-04 | 7 | -60/+86 |
|\ \ \ | |||||
| * | | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 | 7 | -60/+86 |
* | | | | Merge branch 'nd/edit-branch-desc-while-detached' | Junio C Hamano | 2013-02-01 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | branch: no detached HEAD check when editing another branch's description | Nguyễn Thái Ngọc Duy | 2013-01-30 | 1 | -4/+4 |
* | | | | | Merge branch 'jk/gc-auto-after-fetch' | Junio C Hamano | 2013-02-01 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetch | Junio C Hamano | 2013-01-26 | 1 | -0/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | fetch-pack: avoid repeatedly re-scanning pack directory | Jeff King | 2013-01-26 | 1 | -0/+3 |
| | * | | | | | fetch: run gc --auto after fetching | Jeff King | 2013-01-26 | 1 | -0/+5 |
| | |/ / / / | |||||
* | | | | | | Merge branch 'jc/no-git-config-in-clone' | Junio C Hamano | 2013-02-01 | 1 | -9/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clone: do not export and unexport GIT_CONFIG | Junio C Hamano | 2013-01-11 | 1 | -9/+0 |
* | | | | | | | Merge branch 'nd/fetch-depth-is-broken' | Junio C Hamano | 2013-02-01 | 1 | -1/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 2013-01-11 | 1 | -1/+16 |
* | | | | | | | | Merge branch 'nd/magic-pathspec-from-root' | Junio C Hamano | 2013-01-30 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | grep: avoid accepting ambiguous revision | Nguyễn Thái Ngọc Duy | 2013-01-21 | 1 | -0/+2 |
* | | | | | | | | | Merge branch 'jc/help' | Junio C Hamano | 2013-01-28 | 1 | -18/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | help: include <common-cmds.h> only in one file | Junio C Hamano | 2013-01-18 | 1 | -18/+0 |
| * | | | | | | | | | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maint | Junio C Hamano | 2013-01-14 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' into maint | Junio C Hamano | 2013-01-14 | 2 | -7/+15 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/apply-trailing-blank-removal' into maint | Junio C Hamano | 2013-01-14 | 1 | -6/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure' into maint | Junio C Hamano | 2013-01-11 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sp/shortlog-missing-lf' into maint | Junio C Hamano | 2013-01-10 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'as/pre-push-hook' | Junio C Hamano | 2013-01-23 | 3 | -18/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | push: Add support for pre-push hooks | Aaron Schrab | 2013-01-18 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | hooks: Add function to check if a hook exists | Aaron Schrab | 2013-01-14 | 2 | -18/+13 |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 4 | -66/+205 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | clean.c, ls-files.c: respect encapsulation of exclude_list_groups | Adam Spiers | 2013-01-16 | 2 | -8/+13 |
| * | | | | | | | | | | | | | | add git-check-ignore sub-command | Adam Spiers | 2013-01-06 | 1 | -0/+173 |
| * | | | | | | | | | | | | | | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 2013-01-06 | 1 | -4/+6 |
| * | | | | | | | | | | | | | | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 2013-01-06 | 1 | -18/+6 |
| * | | | | | | | | | | | | | | pathspec.c: rename newly public functions for clarity | Adam Spiers | 2013-01-06 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 2013-01-06 | 1 | -33/+1 |
| * | | | | | | | | | | | | | | add.c: remove unused argument from validate_pathspec() | Adam Spiers | 2013-01-06 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | dir.c: keep track of where patterns came from | Adam Spiers | 2013-01-06 | 2 | -4/+5 |
| * | | | | | | | | | | | | | | dir.c: use a single struct exclude_list per source of excludes | Adam Spiers | 2013-01-06 | 2 | -4/+7 |
* | | | | | | | | | | | | | | | Merge branch 'mz/reset-misc' | Junio C Hamano | 2013-01-22 | 1 | -155/+132 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | reset: update documentation to require only tree-ish with paths | Martin von Zweigbergk | 2013-01-16 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | reset [--mixed]: use diff-based reset whether or not pathspec was given | Martin von Zweigbergk | 2013-01-15 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | reset: allow reset on unborn branch | Martin von Zweigbergk | 2013-01-15 | 1 | -6/+10 |
| * | | | | | | | | | | | | | | | reset $sha1 $pathspec: require $sha1 only to be treeish | Martin von Zweigbergk | 2013-01-15 | 1 | -21/+27 |
| * | | | | | | | | | | | | | | | reset.c: inline update_index_refresh() | Martin von Zweigbergk | 2013-01-15 | 1 | -9/+5 |
| * | | | | | | | | | | | | | | | reset.c: finish entire cmd_reset() whether or not pathspec is given | Martin von Zweigbergk | 2013-01-15 | 1 | -24/+18 |
| * | | | | | | | | | | | | | | | reset [--mixed]: only write index file once | Martin von Zweigbergk | 2013-01-15 | 1 | -9/+5 |
| * | | | | | | | | | | | | | | | reset.c: move lock, write and commit out of update_index_refresh() | Martin von Zweigbergk | 2013-01-15 | 1 | -16/+18 |
| * | | | | | | | | | | | | | | | reset.c: move update_index_refresh() call out of read_from_tree() | Martin von Zweigbergk | 2013-01-15 | 1 | -9/+9 |