Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | | | | | | reset.c: replace switch by if-else | Martin von Zweigbergk | 2013-01-15 | 1 | -10/+3 |
| * | | | | | | | | | reset: avoid redundant error message | Martin von Zweigbergk | 2013-01-15 | 1 | -5/+3 |
| * | | | | | | | | | reset --keep: only write index file once | Martin von Zweigbergk | 2013-01-15 | 1 | -11/+10 |
| * | | | | | | | | | reset.c: share call to die_if_unmerged_cache() | Martin von Zweigbergk | 2013-01-15 | 1 | -8/+6 |
| * | | | | | | | | | reset.c: extract function for updating {ORIG_,}HEAD | Martin von Zweigbergk | 2013-01-15 | 1 | -16/+23 |
| * | | | | | | | | | reset.c: remove unnecessary variable 'i' | Martin von Zweigbergk | 2013-01-15 | 1 | -17/+16 |
| * | | | | | | | | | reset.c: extract function for parsing arguments | Martin von Zweigbergk | 2013-01-15 | 1 | -32/+38 |
| * | | | | | | | | | reset: don't allow "git reset -- $pathspec" in bare repo | Martin von Zweigbergk | 2013-01-15 | 1 | -2/+4 |
| * | | | | | | | | | reset.c: pass pathspec around instead of (prefix, argv) pair | Martin von Zweigbergk | 2013-01-15 | 1 | -17/+10 |
| * | | | | | | | | | reset $pathspec: exit with code 0 if successful | Martin von Zweigbergk | 2013-01-15 | 1 | -5/+3 |
| * | | | | | | | | | reset $pathspec: no need to discard index | Martin von Zweigbergk | 2013-01-15 | 1 | -15/+1 |
* | | | | | | | | | | Merge branch 'zk/clean-report-failure' | Junio C Hamano | 2013-01-21 | 1 | -29/+125 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | git-clean: Display more accurate delete messages | Zoltan Klinger | 2013-01-14 | 1 | -29/+125 |
* | | | | | | | | | | | Merge branch 'nd/clone-no-separate-git-dir-with-bare' | Junio C Hamano | 2013-01-21 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | clone: forbid --bare --separate-git-dir <dir> | Nguyễn Thái Ngọc Duy | 2013-01-10 | 1 | -0/+2 |
* | | | | | | | | | | | | Merge branch 'rt/commit-cleanup-config' | Junio C Hamano | 2013-01-20 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | commit: make default of "cleanup" option configurable | Ralf Thielow | 2013-01-10 | 1 | -1/+3 |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-20 | 3 | -137/+116 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | log: add log.mailmap configuration option | Antoine Pelisse | 2013-01-10 | 1 | -0/+7 |
| * | | | | | | | | | | | | log: add --use-mailmap option | Antoine Pelisse | 2013-01-10 | 1 | -1/+8 |