summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-26git-svn: fix auth parameter handling on SVN 1.9.0+Libravatar Eric Wong1-2/+6
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Libravatar Jeff King7-4/+62
2016-01-26completion: update completion arguments for stashLibravatar Paul Wagland1-3/+14
2016-01-25completion: complete show-branch "--date-order"Libravatar Paul Wagland1-1/+1
2016-01-25completion: add missing git-rebase optionsLibravatar John Keeping1-2/+6
2016-01-25mingw: avoid linking to the C library's isalpha()Libravatar Johannes Sixt2-6/+8
2016-01-25t6300: use test_atom for some un-modern testsLibravatar Jeff King1-52/+10
2016-01-25resolve_gitlink_ref: ignore non-repository pathsLibravatar Jeff King3-14/+43
2016-01-25clean: make is_git_repository a public functionLibravatar Jeff King3-26/+37
2016-01-22worktree: stop supporting moving worktrees manuallyLibravatar Nguyễn Thái Ngọc Duy2-17/+10
2016-01-21diff: make -O and --output work in subdirectoryLibravatar Duy Nguyen6-8/+21
2016-01-21diff-no-index: do not take a redundant prefix argumentLibravatar Nguyễn Thái Ngọc Duy3-4/+4
2016-01-21git-add doc: do not say working directory when you mean working treeLibravatar Lars Vogel1-1/+1
2016-01-20completion: complete "diff --word-diff-regex="Libravatar Thomas Braun1-1/+1
2016-01-20contrib/subtree: fix "subtree split" skipped-merge bugLibravatar Dave Ware2-2/+70
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseLibravatar Jeff King2-1/+9
2016-01-19test-lib: clarify and tighten SANITYLibravatar Junio C Hamano1-5/+13
2016-01-19worktree.c: fix indentationLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2016-01-15t0060: loosen overly strict expectationsLibravatar Johannes Schindelin1-57/+21
2016-01-13rebase: ignore failures from "gc --auto"Libravatar Jeff King1-1/+1
2016-01-13receive-pack: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+1
2016-01-13merge: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+1
2016-01-13am: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+1
2016-01-13fetch: release pack files before garbage-collectingLibravatar Johannes Schindelin2-0/+15
2016-01-12Merge branch 'maint' of git://github.com/git-l10n/git-po into maintLibravatar Junio C Hamano2-0/+11863
2016-01-12gitweb: squelch "uninitialized value" warningLibravatar Øyvind A. Holm1-1/+1
2016-01-12t0060: verify that basename() and dirname() work as expectedLibravatar Johannes Schindelin2-0/+169
2016-01-12compat/basename.c: provide a dirname() compatibility functionLibravatar Johannes Schindelin2-0/+46
2016-01-12compat/basename: make basename() conform to POSIXLibravatar Johannes Schindelin1-3/+17
2016-01-12Refactor skipping DOS drive prefixesLibravatar Johannes Schindelin5-22/+28
2016-01-11Handle more file writes correctly in shared reposLibravatar Johannes Schindelin2-2/+2
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposLibravatar Sebastian Schuberth1-4/+5
2016-01-08docs: say "commits" in the --depth option wording for git-cloneLibravatar Sebastian Schuberth1-1/+1
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Libravatar Nguyễn Thái Ngọc Duy3-117/+5
2016-01-07commit: allow editing the commit message even in shared reposLibravatar Johannes Schindelin3-1/+15
2016-01-07docs: clarify that passing --depth to git-clone implies --single-branchLibravatar Sebastian Schuberth1-5/+4
2016-01-05Expand documentation describing --signoffLibravatar David A. Wheeler5-1/+9
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogLibravatar Dennis Kaarsemaker2-5/+24
2016-01-05t6050-replace: make failing editor test more robustLibravatar SZEDER Gábor1-3/+7
2016-01-05for-each-ref: document `creatordate` and `creator` fieldsLibravatar Eric Wong1-2/+7
2016-01-04Git 2.7Libravatar Junio C Hamano2-1/+6
2016-01-04Sync with 2.6.5Libravatar Junio C Hamano2-1/+21
2016-01-04Git 2.6.5Libravatar Junio C Hamano3-2/+22
2016-01-04Merge branch 'jk/pending-keep-tag-name' into maintLibravatar Junio C Hamano2-2/+30
2016-01-04Merge branch 'jk/symbolic-ref-maint' into maintLibravatar Junio C Hamano2-1/+23
2016-01-04Merge branch 'jk/ident-loosen-getpwuid' into maintLibravatar Junio C Hamano3-24/+40
2016-01-04Merge branch 'jk/send-email-ssl-errors' into maintLibravatar Junio C Hamano1-0/+7
2016-01-04Merge branch 'sg/completion-no-column' into maintLibravatar Junio C Hamano1-0/+1
2016-01-04git-send-email: do not double-escape quotes from muttLibravatar Eric Wong2-2/+22
2016-01-04bswap: add NO_UNALIGNED_LOADS defineLibravatar Jeff King1-2/+3