https://github.com/git/git
Revision 378335b37cd711a44bd4c85d3643db36a7f1ac67 authored by Junio C Hamano on 21 July 2008, 00:53:17 UTC, committed by Junio C Hamano on 21 July 2008, 00:53:17 UTC
* jc/add-addremove:
  git-add --all: documentation
  git-add --all: tests
  git-add --all: add all files
  builtin-add.c: restructure the code for maintainability

Conflicts:
	builtin-add.c
2 parent s d14e740 + da98053
Raw File
Tip revision: 378335b37cd711a44bd4c85d3643db36a7f1ac67 authored by Junio C Hamano on 21 July 2008, 00:53:17 UTC
Merge branch 'jc/add-addremove'
Tip revision: 378335b
rerere.h
#ifndef RERERE_H
#define RERERE_H

#include "path-list.h"

extern int setup_rerere(struct path_list *);
extern int rerere(void);

#endif
back to top