summaryrefslogtreecommitdiffstats
path: root/cache-tree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-14rebase: finish_rebase() in fast-forward rebaseRamkumar Ramachandra2-0/+12
2013-06-14rebase: guard against missing files in read_basic_state()Ramkumar Ramachandra1-0/+2
2013-05-29rebase: implement --[no-]autostash and rebase.autostashRamkumar Ramachandra4-3/+208
2013-05-13rebase --merge: return control to caller, for housekeepingRamkumar Ramachandra1-3/+2
2013-05-13rebase -i: return control to caller, for housekeepingRamkumar Ramachandra1-4/+5
2013-05-13am: return control to caller, for housekeepingRamkumar Ramachandra2-6/+11
2013-05-13rebase: prepare to do generic housekeepingRamkumar Ramachandra1-0/+7
2013-05-13rebase -i: don't error out if $state_dir already existsRamkumar Ramachandra1-1/+1
2013-05-13am: tighten a conditional that checks for $dotestRamkumar Ramachandra1-1/+3
2013-05-04Git 1.8.3-rc1v1.8.3-rc1Junio C Hamano1-1/+1
2013-05-04completion: zsh: don't override suffix on _detaultFelipe Contreras1-1/+1
2013-05-02Documentation/git-commit: Typo under --editAnders Granskogen Bjørnstad1-2/+2
2013-05-02Update draft release notes to 1.8.3Junio C Hamano1-3/+16
2013-05-02Fix grammar in the 1.8.3 release notes.Marc Branchaud1-78/+77
2013-05-01unpack_entry: avoid freeing objects in base cacheThomas Rast1-1/+0
2013-04-29git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra1-2/+2
2013-04-29complete: zsh: use zsh completion for the main cmdFelipe Contreras1-1/+119
2013-04-29complete: zsh: trivial simplificationFelipe Contreras1-8/+8
2013-04-29git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra1-0/+4
2013-04-29git-completion.bash: add diff.submodule to config listRamkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra1-1/+1
2013-04-29Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand1-1/+1
2013-04-28documentation: trivial whitespace cleanupsFelipe Contreras1-6/+6
2013-04-28t/Makefile: remove smoke test targetsJohn Keeping1-38/+0
2013-04-28pretty: Fix bug in truncation support for %>, %< and %><Ramsay Jones1-2/+2
2013-04-28clone: Make the 'junk_mode' symbol a file staticRamsay Jones1-1/+1
2013-04-28merge-tree: fix typo in "both changed identically"John Keeping2-1/+14
2013-04-28completion: add missing format-patch optionsFelipe Contreras1-1/+2
2013-04-27Git 1.8.3-rc0v1.8.3-rc0Junio C Hamano2-19/+9
2013-04-27remote-bzr: strip extra newlineFelipe Contreras1-0/+4
2013-04-27remote-bzr: tell bazaar to be quietFelipe Contreras1-0/+3
2013-04-27remote-bzr: store converted URLFelipe Contreras1-1/+12
2013-04-27remote-hg: use hashlib instead of hg sha1 utilFelipe Contreras1-2/+2
2013-04-27remote-bzr: add support to push URLsFelipe Contreras1-3/+13
2013-04-27remote-bzr: fix bad state issueFelipe Contreras1-0/+6
2013-04-27remote-hg: remove extra checkFelipe Contreras1-4/+0
2013-04-27remote-helpers: trivial cleanupsFelipe Contreras2-4/+5
2013-04-26git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano1-0/+2
2013-04-26Git 1.8.2.2v1.8.2.2Junio C Hamano3-2/+21
2013-04-26t7409: do not use export X=YTorsten Bögershausen1-4/+10
2013-04-26test-hg-hg-git.sh: do not use export X=YTorsten Bögershausen1-4/+6
2013-04-26test-hg-bidi.sh: do not use export X=YTorsten Bögershausen1-5/+6
2013-04-26t9501: do not use export X=YTorsten Bögershausen1-5/+10
2013-04-26t9020: do not use export X=YTorsten Bögershausen1-1/+2
2013-04-26remote-bzr: use proper push methodFelipe Contreras1-5/+5
2013-04-26pretty: remove intermediate strbufs from pp_user_info()René Scharfe1-20/+9
2013-04-26pretty: simplify output line length calculation in pp_user_info()René Scharfe1-4/+3
2013-04-26pretty: simplify input line length calculation in pp_user_info()René Scharfe1-11/+2
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger3-9/+31