summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-011-10/+12
* gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-011-1/+1
* checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy2014-12-012-0/+54
* checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2014-12-012-7/+104
* prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-017-2/+251
* checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-016-4/+212
* use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-015-31/+8
* wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2014-12-012-0/+33
* setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-019-14/+115
* setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy2014-12-011-2/+4
* setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy2014-12-011-4/+8
* setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2014-12-012-6/+44
* setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy2014-12-011-16/+21
* git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy2014-12-011-2/+2
* *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-016-24/+22
* git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy2014-12-011-1/+1
* $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-016-19/+117
* commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy2014-12-011-1/+1
* fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy2014-12-011-4/+1
* reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy2014-12-011-1/+1
* *.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2014-12-012-2/+2
* git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-016-7/+95
* path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy2014-12-011-10/+10
* path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy2014-12-011-4/+4
* git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-015-26/+55
* path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-0115-32/+36
* path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy2014-12-011-69/+51
* Git 2.2v2.2.0Junio C Hamano2014-11-262-1/+6
* RelNotes: spelling & grammar tweaksMarc Branchaud2014-11-261-51/+52
* Git 2.2.0-rc3v2.2.0-rc3Junio C Hamano2014-11-212-14/+15
* l10n: remove a superfluous translation for push.cJiang Xin2014-11-206-30/+6
* l10n: de.po: translate 2 messagesRalf Thielow2014-11-201-3/+1
* l10n: de.po: translate 2 new messagesRalf Thielow2014-11-201-2/+2
* l10n: batch updates for one trivial changeJiang Xin2014-11-207-519/+554
* l10n: git.pot: v2.2.0 round 2 (1 updated)Jiang Xin2014-11-201-24/+24
* Merge branch 'sv/submitting-final-patch'Junio C Hamano2014-11-191-1/+1
|\
| * SubmittingPatches: final submission is To: maintainer and CC: listsv/submitting-final-patchSlavomir Vlcek2014-11-131-1/+1
* | Merge branch 'sn/tutorial-status-output-example'Junio C Hamano2014-11-192-19/+21
|\ \
| * | gittutorial: fix output of 'git status'sn/tutorial-status-output-exampleStefan Naewe2014-11-132-19/+21
* | | Merge branch 'mh/doc-remote-helper-xref'Junio C Hamano2014-11-195-0/+22
|\ \ \
| * | | doc: add some crossrefs between manual pagesmh/doc-remote-helper-xrefMax Horn2014-11-115-0/+22
* | | | Merge branch 'tb/no-relative-file-url'Junio C Hamano2014-11-191-1/+1
|\ \ \ \
| * | | | t5705: the file:// URL should be absolutetb/no-relative-file-urlTorsten Bögershausen2014-11-131-1/+1
| | |/ / | |/| |
* | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-11-191-4/+10
|\ \ \ \
| * | | | trailer: display a trailer without its trailing newlinecc/interpret-trailersChristian Couder2014-11-101-2/+6
| * | | | trailer: ignore comment lines inside the trailersChristian Couder2014-11-101-2/+4
* | | | | Merge git://github.com/git-l10n/git-poJunio C Hamano2014-11-181-2165/+2392
|\ \ \ \ \
| * | | | | l10n: Update Catalan translationAlex Henrie2014-11-171-2165/+2392
* | | | | | Merge branch 'jc/doc-commit-only'Junio C Hamano2014-11-181-2/+3
|\ \ \ \ \ \
| * | | | | | Documentation/git-commit: clarify that --only/--include records the working t...jc/doc-commit-onlyJunio C Hamano2014-11-071-2/+3