aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-22
|\
| * grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy2015-12-28
| * add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-06
| * blame: remove obsolete commentNguyễn Thái Ngọc Duy2015-08-25
* | Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-22
|\ \
| * | completion: fix mis-indentation in _git_stash()SZEDER Gábor2016-02-22
* | | Merge branch 'mm/clean-doc-fix' into maintJunio C Hamano2016-02-22
|\ \ \
| * | | Documentation/git-clean.txt: don't mention deletion of .git/modules/*Matt McCutchen2016-02-09
* | | | Merge branch 'dw/mergetool-vim-window-shuffle' into maintJunio C Hamano2016-02-22
|\ \ \ \
| * | | | mergetool: reorder vim/gvim buffers in three-way diffsDickson Wong2016-02-12
* | | | | Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano2016-02-22
|\ \ \ \ \
| * | | | | stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie2016-01-29
| |/ / / /
* | | | | Start preparing for 2.7.2Junio C Hamano2016-02-17
* | | | | Merge branch 'js/test-lib-windows-emulated-yes' into maintJunio C Hamano2016-02-17
|\ \ \ \ \
| * | | | | test-lib: limit the output of the yes utilityJohannes Schindelin2016-02-02
| |/ / / /
* | | | | Merge branch 'aw/push-force-with-lease-reporting' into maintJunio C Hamano2016-02-17
|\ \ \ \ \
| * | | | | push: fix ref status reporting for --force-with-leaseAndrew Wheeler2016-02-01
* | | | | | Merge branch 'nd/do-not-move-worktree-manually' into maintJunio C Hamano2016-02-17
|\ \ \ \ \ \
| * | | | | | worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy2016-01-22
| * | | | | | worktree.c: fix indentationNguyễn Thái Ngọc Duy2016-01-19
* | | | | | | Merge branch 'js/xmerge-marker-eol' into maintJunio C Hamano2016-02-17
|\ \ \ \ \ \ \
| * | | | | | | merge-file: ensure that conflict sections match eol styleJohannes Schindelin2016-01-27
| * | | | | | | merge-file: let conflict markers match end-of-line style of the contextJohannes Schindelin2016-01-27
* | | | | | | | git-cvsserver.perl: fix typoGyuYong Jung2016-02-17
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Git 2.7.1v2.7.1Junio C Hamano2016-02-05
* | | | | | | Merge branch 'lv/add-doc-working-tree' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \
| * | | | | | | git-add doc: do not say working directory when you mean working treeLars Vogel2016-01-21
* | | | | | | | Merge branch 'ss/clone-depth-single-doc' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth2016-01-08
| * | | | | | | | docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-08
| * | | | | | | | docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-07
* | | | | | | | | Merge branch 'sg/t6050-failing-editor-test-fix' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t6050-replace: make failing editor test more robustSZEDER Gábor2016-01-05
* | | | | | | | | | Merge branch 'ew/for-each-ref-doc' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | for-each-ref: document `creatordate` and `creator` fieldsEric Wong2016-01-05
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ss/user-manual' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | user-manual: add addition gitweb informationStephen P. Smith2015-12-30
| * | | | | | | | | | user-manual: add section documenting shallow clonesStephen P. Smith2015-12-30
| * | | | | | | | | | glossary: define the term shallow cloneStephen P. Smith2015-12-29
| * | | | | | | | | | user-manual: remove temporary branch entry from todo listStephen P. Smith2015-12-28
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | resolve_gitlink_ref: ignore non-repository pathsJeff King2016-01-25
| * | | | | | | | | | clean: make is_git_repository a public functionJeff King2016-01-25
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mingw: avoid linking to the C library's isalpha()Johannes Sixt2016-01-25
| * | | | | | | | | | t0060: loosen overly strict expectationsJohannes Schindelin2016-01-15
| * | | | | | | | | | t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2016-01-12
| * | | | | | | | | | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-12
| * | | | | | | | | | compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-12
| * | | | | | | | | | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
| | |_|_|_|/ / / / / | |/| | | | | | | |