Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'nd/fetch-depth-is-broken' | Junio C Hamano | 2013-02-01 |
|\ | |||
| * | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 2013-01-11 |
* | | Merge branch 'nd/magic-pathspec-from-root' | Junio C Hamano | 2013-01-30 |
|\ \ | |||
| * | | grep: avoid accepting ambiguous revision | Nguyễn Thái Ngọc Duy | 2013-01-21 |
* | | | Merge branch 'jc/help' | Junio C Hamano | 2013-01-28 |
|\ \ \ | |||
| * | | | help: include <common-cmds.h> only in one file | Junio C Hamano | 2013-01-18 |
| * | | | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maint | Junio C Hamano | 2013-01-14 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' into maint | Junio C Hamano | 2013-01-14 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jc/apply-trailing-blank-removal' into maint | Junio C Hamano | 2013-01-14 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure' into maint | Junio C Hamano | 2013-01-11 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'sp/shortlog-missing-lf' into maint | Junio C Hamano | 2013-01-10 |
| |\ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ | Merge branch 'as/pre-push-hook' | Junio C Hamano | 2013-01-23 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | push: Add support for pre-push hooks | Aaron Schrab | 2013-01-18 |
| * | | | | | | | | | hooks: Add function to check if a hook exists | Aaron Schrab | 2013-01-14 |
* | | | | | | | | | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | clean.c, ls-files.c: respect encapsulation of exclude_list_groups | Adam Spiers | 2013-01-16 |
| * | | | | | | | | | | add git-check-ignore sub-command | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | pathspec.c: rename newly public functions for clarity | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | add.c: remove unused argument from validate_pathspec() | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | dir.c: keep track of where patterns came from | Adam Spiers | 2013-01-06 |
| * | | | | | | | | | | dir.c: use a single struct exclude_list per source of excludes | Adam Spiers | 2013-01-06 |
* | | | | | | | | | | | Merge branch 'mz/reset-misc' | Junio C Hamano | 2013-01-22 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | reset: update documentation to require only tree-ish with paths | Martin von Zweigbergk | 2013-01-16 |
| * | | | | | | | | | | | reset [--mixed]: use diff-based reset whether or not pathspec was given | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset: allow reset on unborn branch | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset $sha1 $pathspec: require $sha1 only to be treeish | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: inline update_index_refresh() | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: finish entire cmd_reset() whether or not pathspec is given | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset [--mixed]: only write index file once | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: move lock, write and commit out of update_index_refresh() | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: move update_index_refresh() call out of read_from_tree() | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: replace switch by if-else | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset: avoid redundant error message | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset --keep: only write index file once | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: share call to die_if_unmerged_cache() | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: extract function for updating {ORIG_,}HEAD | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: remove unnecessary variable 'i' | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: extract function for parsing arguments | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset: don't allow "git reset -- $pathspec" in bare repo | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset.c: pass pathspec around instead of (prefix, argv) pair | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset $pathspec: exit with code 0 if successful | Martin von Zweigbergk | 2013-01-15 |
| * | | | | | | | | | | | reset $pathspec: no need to discard index | Martin von Zweigbergk | 2013-01-15 |
* | | | | | | | | | | | | Merge branch 'zk/clean-report-failure' | Junio C Hamano | 2013-01-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | git-clean: Display more accurate delete messages | Zoltan Klinger | 2013-01-14 |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||
* | | | | | | | | | | | | Merge branch 'nd/clone-no-separate-git-dir-with-bare' | Junio C Hamano | 2013-01-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | clone: forbid --bare --separate-git-dir <dir> | Nguyễn Thái Ngọc Duy | 2013-01-10 |
* | | | | | | | | | | | | Merge branch 'rt/commit-cleanup-config' | Junio C Hamano | 2013-01-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ |