Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2008-10-26 |
|\ | |||
| * | git-archive: work in bare repos | Charles Bailey | 2008-10-26 |
* | | git-remote: list branches in vertical lists | Johannes Sixt | 2008-10-22 |
* | | rm: loosen safety valve for empty files | Jeff King | 2008-10-22 |
* | | Merge branch 'jk/diff-convfilter' | Junio C Hamano | 2008-10-21 |
|\ \ | |||
| * | | t4012: use test_cmp instead of cmp | Jeff King | 2008-10-18 |
* | | | Merge branch 'js/maint-fetch-update-head' | Junio C Hamano | 2008-10-21 |
|\ \ \ | |||
| * | | | pull: allow "git pull origin $something:$current_branch" into an unborn branch | Junio C Hamano | 2008-10-17 |
| * | | | Fix fetch/pull when run without --update-head-ok | Johannes Schindelin | 2008-10-13 |
* | | | | Merge branch 'jc/maint-co-track' | Junio C Hamano | 2008-10-21 |
|\ \ \ \ | |||
| * | | | | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 |
| * | | | | demonstrate breakage of detached checkout with symbolic link HEAD | Junio C Hamano | 2008-10-19 |
| * | | | | Fix "checkout --track -b newbranch" on detached HEAD | Junio C Hamano | 2008-10-17 |
* | | | | | Merge branch 'jk/fix-ls-files-other' | Junio C Hamano | 2008-10-21 |
|\ \ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-other | Junio C Hamano | 2008-10-17 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||
| | * | | | | refactor handling of "other" files in ls-files and status | Jeff King | 2008-10-17 |
| | |/ / / | |||
* | | | | | Merge branch 'jc/maint-reset-remove-unmerged-new' | Junio C Hamano | 2008-10-21 |
|\ \ \ \ \ | |||
| * | | | | | reset --hard/read-tree --reset -u: remove unmerged new paths | Junio C Hamano | 2008-10-18 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-10-21 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | rehabilitate 'git index-pack' inside the object store | Nicolas Pitre | 2008-10-21 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-10-20 |
|\ \ \ \ \ \ | |/ / / / / | |||
| * | | | | | Fix testcase failure when extended attributes are in use | Junio C Hamano | 2008-10-19 |
| * | | | | | Merge branch 'db/maint-checkout-b' into maint | Junio C Hamano | 2008-10-18 |
| |\ \ \ \ \ | |||
| * | | | | | | tests: shell negation portability fix | Jeff King | 2008-10-17 |
| | |_|_|/ / | |/| | | | | |||
* | | | | | | Merge branch 'sh/maint-rebase3' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ | |||
| * | | | | | | rebase--interactive: fix parent rewriting for dropped commits | Stephen Haberman | 2008-10-16 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | Merge branch 'mv/clonev' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ | |||
| * | | | | | | Implement git clone -v | Miklos Vajna | 2008-10-09 |
* | | | | | | | Merge branch 'dp/checkattr' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | check-attr: Add --stdin option | Dmitry Potapov | 2008-10-12 |
* | | | | | | | | Merge branch 'gb/formatpatch-autonbr' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | format-patch: autonumber by default | Brian Gernhardt | 2008-10-18 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'sp/describe-lwtag' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | describe: Make --tags and --all match lightweight tags more often | Shawn O. Pearce | 2008-10-17 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'ae/preservemerge' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | rebase: Support preserving merges in non-interactive mode | Andreas Ericsson | 2008-09-30 |
* | | | | | | | | | Merge branch 'mv/merge-noff' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | builtin-commit: use reduce_heads() only when appropriate | Miklos Vajna | 2008-10-03 |
* | | | | | | | | | | Merge branch 'ns/rebase-noverify' | Junio C Hamano | 2008-10-19 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||
| * | | | | | | | | | rebase --no-verify | Nanako Shiraishi | 2008-10-06 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-10-17 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
| * | | | | | | | | | t1301-shared-repo.sh: don't let a default ACL interfere with the test | Matt McCutchen | 2008-10-16 |
| * | | | | | | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matching | Brandon Casey | 2008-10-16 |
| * | | | | | | | | | t4018-diff-funcname: demonstrate end of line funcname matching flaw | Brandon Casey | 2008-10-16 |
| * | | | | | | | | | t4018-diff-funcname: rework negated last expression test | Brandon Casey | 2008-10-16 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| * | | | | | | | | Add testcase to ensure merging an early part of a branch is done properly | Miklos Vajna | 2008-10-14 |
* | | | | | | | | | t4018-diff-funcname: add objective-c xfuncname pattern to syntax test | Brandon Casey | 2008-10-14 |
* | | | | | | | | | tests: shell negation portability fix | Jeff King | 2008-10-13 |
| |_|_|_|/ / / / |/| | | | | | | | |||
* | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-12 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||
| * | | | | | | | test-lib: fix broken printf | Shawn O. Pearce | 2008-10-12 |